User.pm: add no-pty to each key in ssh keys file
commit71bae1308b20eea52a57df97b46749db0b5d2f73
authorKyle J. McKay <mackyle@gmail.com>
Mon, 2 Mar 2015 04:18:22 +0000 (1 20:18 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 2 Mar 2015 04:18:22 +0000 (1 20:18 -0800)
tree025d23f19609999e62e4b4dc6e45e83cb5e30d88
parent2b89f4385c09a6bc2949edd43f7af951166f8028
User.pm: add no-pty to each key in ssh keys file

Unlike various other forwarding directives, there is no global
server directive to disable pty allocation.  Instead no-pty
must be prefixed to each and every ssh key.  Ugh.

Make User.pm allow an optional "no-pty " prefix when reading each
ssh key from the user's key file and write out each key with a
"no-pty " prefix when writing keys to the user's key file.
Girocco/User.pm