in reply to Re^12: [OT] A New Everything ?
in thread [OT] A New Everything ?
root@third:/home/wilma/.ssh# echo id_rsa.pub >>authorized_keys
The authorized_keys file is not a list of filenames; it is a list of keys themselves. At this point you should just have done something akin to
$ cat id_rsa.pub > authorized_keys
HTH.
🦛
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^14: [OT] A New Everything ?
by soonix (Canon) on Sep 25, 2020 at 11:08 UTC | |
by hippo (Chancellor) on Sep 25, 2020 at 12:32 UTC | |
by soonix (Canon) on Sep 25, 2020 at 13:33 UTC |
In Section
Seekers of Perl Wisdom