summaryrefslogtreecommitdiff
path: root/website/bugs/authorized_keys-options.mdwn
blob: 4e7a8386c856183be6cffa7e1af3a42f7b422439 (plain)

[[meta title="Monkeysphere support for options in authorized_keys"]]

OpenSSH allows users to control the capabilities granted to remote key-based logins 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