I am trying to set up public-private key authentication by this article http://www.ualberta.ca/CNS/RESEARCH/LinuxClusters/pka-putty.html
Im on the step of adding public key into authorized_keys
file, which should be located in .ssh
directory. But that .ssh directory does not exist. ls -a
outputs this
. boot etc lib mnt root srv usr
.. dead.letter home lost+found opt sbin sys var
bin dev initrd.img media proc selinux tmp vmlinuz
this does not show any results
find / -name 'authorized_keys'
So, should I create it, or I should install something and it will appear.
Thanks