69e62fa90721c895f9d9c958b0e27d1d72c81d85
[monkeysphere.git] / website / bugs / authorized_keys-options.mdwn
1 [[!meta title="Monkeysphere support for options in authorized_keys"]]
2
3 OpenSSH [allows users to control the capabilities granted to remote
4 key-based
5 logins](http://www.hackinglinuxexposed.com/articles/20030109.html) by
6 supplying options that should limit the use of the key.
7
8 For example, specifying `no-pty` means that `sshd` should not allocate
9 a pseudo-terminal for sessions created based on an authentication with
10 that key.
11
12 It is unclear if it is possible to do this sort of limiting in
13 `~/.monkeysphere/authorized_user_ids`, and if it is possible, how
14 you'd actually do it.
15
16  --dkg