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 directory 

Is this a major problem, or can I skip ahead?

2

1 Answer

Are you in the .ssh directory? Try sudo ls ~/.ssh to see if you have the keys in there

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like