Set Up Public Key Authentication for SSH on the Mac [Part 2]
Loading...
1,116
Loading...
Uploader Comments (strategyoracle)
see all
All Comments (5)
-
any chance you could ru through for a freenas ssh key setup. If you have a freenas. Cause I can't seem to be getting this to work from my mac. when i try to connect it says Permission denied (publickey)
-
Thanx very much, I like the structured organized way of explanation
-
Thank you! Very educating and helpful :)
Loading...
how do you create a .ssh directory. cause I'm get this error.
touch: .ssh/authorized_keys: No such file or directory
tmacka88 5 months ago
@tmacka88 "mkdir .ssh" should work. You may also need to do a "chmod 700 .ssh" as well, so that the directory permissions are correct.
strategyoracle 5 months ago