1962fe54c6b99cc4341c531cc97457d8a6e5a8fe
[monkeysphere.git] / website / bugs / add-identity-certifier-behaves-oddly-without-pty.mdwn
1 When executing `monkeysphere-server add-identity-certifier` across a
2 link without a pseudo-terminal, it behaves oddly (prompts are created
3 that are only halfway-readable, gpg gives error messages about lacking
4 access to a `/dev/tty`, etc.
5
6 You can try this directly if you have remote ssh access to the
7 superuser on a monkeysphere-enabled host, assuming that `$GPGID` is
8 set to the full fingerprint of a key you want to add as a trusted
9 identity certifier:
10
11         ssh root@example.org monkeysphere-server add-identity-certifier $GPGID
12
13 Compare this behavior with:
14
15         ssh -t root@example.org monkeysphere-server add-identity-certifier $GPGID