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