!SecureShell » History » Version 1

Version 1/2 - Next » - Current version
Anonymous, 09/18/2007 01:55 PM


= Secure Shell =

The ''Secure Shell'' (SSH) daemon is enabled by default and listens on port 22.

Passwordless Authentication
See [http://www.linuxhomenetworking.com/wiki/index.php/Quick_HOWTO_:_Ch17_:_Secure_Remote_Logins_and_File_Copying SSH HowTo] for more information.

ATTENTION:br
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: {{{
/ no write permissions to group or others
/.ssh 700
~/.ssh/authorized_keys 600
}}}