Improve user public ssh key verification
commit1c7e70dd647f7695baaabcc3265060727c9bcb3c
authorKyle J. McKay <mackyle@gmail.com>
Mon, 13 May 2013 10:35:16 +0000 (13 03:35 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 13 May 2013 11:44:34 +0000 (13 04:44 -0700)
tree9dd9e467672ec57fba0582e347d0d995e2c7ed21
parent318c613f91c997aa4f5d3e6a331cb034ed91d8e9
Improve user public ssh key verification

The middle part of the key is base64, so match it against the
allowable base64 characters.
When showing an error message escape the @ so it actually
shows in the output.
Girocco/User.pm