Ssh Key Setup Issue with Id_Rsa*
I Am Trying to Set up My Ssh Key and I Get This Error. $ Rm Id_Rsa* Rm: Id_Rsa*: No Such File or Directory $ Cp Id_Rsa* Key_Backup Cp: Id_Rsa*: No Such File or...
I am trying to set up my ssh key and I get this error.
$ rm id_rsa*
rm: id_rsa*: No such file or directory
$ cp id_rsa* key_backup
cp: id_rsa*: No such file or directory
Is this a major problem, or can I skip ahead?
1 Answer
Are you in the .ssh directory? Try sudo ls ~/.ssh to see if you have the keys in there