Configuration sshd

Exemple de configuration du serveur local ssh

ChallengeResponseAuthentication no
UsePAM no
X11Forwarding yes
PrintMotd yes
AcceptEnv LANG LC_*
Subsystem       sftp    /usr/lib/openssh/sftp-server
IgnoreRhosts yes
IgnoreUserKnownHosts no
StrictModes yes
PubkeyAuthentication yes
RSAAuthentication yes
PermitRootLogin without-password
PermitEmptyPasswords no
PasswordAuthentication no
GatewayPorts no
AllowTcpForwarding yes
KeepAlive yes
Protocol 2