Support the ongoing development of Laravel.io →
Installation Configuration
Last updated 2 years ago.
0

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
Last updated 2 years ago.
0

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
Last updated 2 years ago.
0

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! :)

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

galioy galioy Joined 17 Sep 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.