diff options
author | Jamie McClelland <jm@mayfirst.org> | 2008-08-05 09:45:02 -0400 |
---|---|---|
committer | Jamie McClelland <jm@mayfirst.org> | 2008-08-05 09:45:02 -0400 |
commit | 2c64cd42335d7c0eeb904d9b9bdb09d7fa8456c5 (patch) | |
tree | 34b4f48e920bbae3c7ac7b6fc439b67d7188db47 /website/bugs/add-identity-certifier-behaves-oddly-without-pty.mdwn | |
parent | 38d9be677ee1928e92b6c914a5467fe9bf8bcd4e (diff) | |
parent | 515d8eb967427b04506041dfaea60ea155e79f47 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'website/bugs/add-identity-certifier-behaves-oddly-without-pty.mdwn')
-rw-r--r-- | website/bugs/add-identity-certifier-behaves-oddly-without-pty.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
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 |