| Sign In/My Account | View Cart |
| Article: |
SSH on Mac OS X for Worry-Free Wireless | |
| Subject: | SSH Problem with Instructions | |
| Date: | 2001-12-31 06:52:52 | |
| From: | cochella | |
|
Response to: SSH Problem with Instructions
|
||
|
Have you found a solution yet?
|
||
Showing messages 1 through 4 of 4.
But now it is fixed. My problem where the permissions of my home folder, .ssh folder and the content of the .ssh folder.
I did a (i can be wrong, if so corrent me but i dont know the default permissions of the home folder so i took 755)
change the rights of EVERY file in my homefolder, this is done with the -R flag. It might be nicer if you dont use it at all and type (chmod 755 /Users/USERNAME/)
$ chmod -R 755 /Users/USERNAME/change the permissions of the .ssh folder
< code >$ chmod 700 ~/.ssh
change the permissions of the .ssh folders content
< code >$ chmod 600 ~/.ssh/*
good luck.