Hello list, 2016-02-25 12:11 GMT+01:00 Tom Storey <[email protected]>:
> Playing with public key authentication on a 1811, and it seems that > when trying to paste in my public key, it wont accept more than 254 > characters. > > The public key is longer than 254 characters, however. > > How does one go about entering more than 254 characters? Im sure Im > missing something really simple here, like a control character > sequence to allow more text to be entered on a following line > perhaps....? > You can use `fold` to truncate any string in a multi line fashion and then paste the result: fold -w 50 ~/.ssh/id_rsa.pub -- Romain Boissat chroot-me.in _______________________________________________ cisco-nsp mailing list [email protected] https://puck.nether.net/mailman/listinfo/cisco-nsp archive at http://puck.nether.net/pipermail/cisco-nsp/
