!SecureShell » History » Version 1

Anonymous, 09/18/2007 01:55 PM

1 1 Anonymous
= Secure Shell =
2 1 Anonymous
3 1 Anonymous
The ''Secure Shell'' (SSH) daemon is enabled by default and listens on port 22.
4 1 Anonymous
5 1 Anonymous
== Passwordless Authentication ==
6 1 Anonymous
See [http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch17_:_Secure_Remote_Logins_and_File_Copying SSH HowTo] for more information.
7 1 Anonymous
8 1 Anonymous
9 1 Anonymous
ATTENTION:[[br]]
10 1 Anonymous
Passwordless authentication does not work if the ssh daemon is running with ‘!StrictModes on’ (default) AND directory and file permissions are set too loosely. They must be set as follows:
11 1 Anonymous
{{{
12 1 Anonymous
~/                        no write permissions to group or others
13 1 Anonymous
~/.ssh                    700
14 1 Anonymous
~/.ssh/authorized_keys    600
15 1 Anonymous
}}}