Hey..
I am not sure if it is a type or not, but you are missing a slash before .ssh in the last one
authorize: /Users/milkncookiez.ssh/id_rsa.pub
it should be
authorize: /Users/milkncookiez/.ssh/id_rsa.pub
You named the files sshkey and sshkey.pub.. then, why are you using the name id_rsa??
Since you are new at this, I recommend rerunning the ssh-keygen command and accepting all the recommended defaults (just hit the enter key for all prompts)
then the following should work:
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
3adeling said:
Hey..
I am not sure if it is a type or not, but you are missing a slash before .ssh in the last one
authorize: /Users/milkncookiez.ssh/id_rsa.pub
it should be
authorize: /Users/milkncookiez/.ssh/id_rsa.pub
Yeah, it was just a typo. :)
mnshankar said: You named the files sshkey and sshkey.pub.. then, why are you using the name id_rsa?? rerunning the ssh-keygen command and accepting all the recommended defaults (just hit the enter key for all prompts)
Yep, a friend of mine gave me the same answer to the this problem and now it works. I read some more about SSH key generation and I now understand it a bit more. Thank you anyway! :)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community