User.pm: bump up maximum key list length
commit2446ba54628ae5bf75cfd68d6e9ac9d1e0dc7186
authorKyle J. McKay <mackyle@gmail.com>
Tue, 29 Jan 2019 06:43:54 +0000 (28 23:43 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 29 Jan 2019 06:43:54 +0000 (28 23:43 -0700)
tree6f8890151f4061943f17edf49c704c9ace981877
parentd739a920c91b8fbc9ce39e11e84e76d54dc5531e
User.pm: bump up maximum key list length

Increase the maximum size of the ssh public key list from 4096 to
9216 bytes.  At 9216 bytes that's long enough to include three of
the maximum bit length public keys.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/User.pm