Improve ssh public key handling
commitc6e4bfe923c8595dc0252f2c95f6b6bc3ae571c9
authorKyle J. McKay <mackyle@gmail.com>
Mon, 13 May 2013 11:20:34 +0000 (13 04:20 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 13 May 2013 11:44:34 +0000 (13 04:44 -0700)
tree8ece1b06bbbc507e806e7cfda9c736a139dc03a2
parent69bc8297e1b9d05519de6e884674eef41b455a56
Improve ssh public key handling

Eliminate \r from the stored ssh keys and always terminate
lines with \n and only \n.

Ignore blank lines and comments in the input form so that the
allowed syntax more closely matches that for authorized_keys.
Girocco/User.pm