diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-07 22:36:15 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-07 22:36:15 -0400 |
commit | 005f6aeaf148ee7b553fc9f4f12dfa26c0cebe84 (patch) | |
tree | 50a878113f71c3ad5576196871ce713d04df38b6 | |
parent | 701d295ffd80625a1cc5f6696dc403bdf7525674 (diff) |
added bug about options for authorized_user_ids.
-rw-r--r-- | website/bugs/authorized_keys-options.mdwn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/website/bugs/authorized_keys-options.mdwn b/website/bugs/authorized_keys-options.mdwn new file mode 100644 index 0000000..a066318 --- /dev/null +++ b/website/bugs/authorized_keys-options.mdwn @@ -0,0 +1,18 @@ +[[meta title="Monkeysphere support for options in authorized_keys"]] + +# Monkeysphere support for options within `authorized_keys` # + +OpenSSH [allows users to control the capabilities granted to remote +key-based +logins](http://www.hackinglinuxexposed.com/articles/20030109.html) by +supplying options that should limit the use of the key. + +For example, specifying `no-pty` means that `sshd` should not allocate +a pseudo-terminal for sessions created based on an authentication with +that key. + +It is unclear if it is possible to do this sort of limiting in +`~/.monkeysphere/authorized_user_ids`, and if it is possible, how +you'd actually do it. + + --dkg |