Hey, I am a complete newbie to setting up Linode. I have managed to install Ubuntu on my Linode and I am now going through the securing your server guide at:
https://www.linode.com/docs/security/se ... ur-server/. I have managed to create the keys using ssh-keygen and I have uploaded the public one. I am doing all work using "root" as login. The file I uploaded is in the root folder.
Step 4 says:
Create a directory for the public key in your home directory (/home/yourusername) by entering the following command on your Linode:
mkdir .ssh
Firstly where should I be creating this folder if I am using "root" as the login? /home/ does not contain a "root" folder or any others. The root folder is just one level up from /home/. I have tried mkdir .ssh in various places but it doesn't seem to be doing anything. When I run ls I can't see the folder I just tried to create. Could someone give me some pointers on what I might be doing wrong here please?
Thanks