From: Daniel Kahn Gillmor Date: Mon, 4 Aug 2008 01:09:37 +0000 (-0400) Subject: adding new bug about behavior with no pty. X-Git-Tag: monkeysphere_0.7-1~3 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=3bcce75f26d00044380904f462d37d7b851cf3b7;hp=2f307758d083304bfddd8a8260dbf5b957a00d39;p=monkeysphere.git adding new bug about behavior with no pty. --- diff --git a/website/bugs/add-identity-certifier-behaves-oddly-without-pty.mdwn b/website/bugs/add-identity-certifier-behaves-oddly-without-pty.mdwn new file mode 100644 index 0000000..1962fe5 --- /dev/null +++ b/website/bugs/add-identity-certifier-behaves-oddly-without-pty.mdwn @@ -0,0 +1,15 @@ +When executing `monkeysphere-server add-identity-certifier` across a +link without a pseudo-terminal, it behaves oddly (prompts are created +that are only halfway-readable, gpg gives error messages about lacking +access to a `/dev/tty`, etc. + +You can try this directly if you have remote ssh access to the +superuser on a monkeysphere-enabled host, assuming that `$GPGID` is +set to the full fingerprint of a key you want to add as a trusted +identity certifier: + + ssh root@example.org monkeysphere-server add-identity-certifier $GPGID + +Compare this behavior with: + + ssh -t root@example.org monkeysphere-server add-identity-certifier $GPGID