Modification : $vm_ -> $local_ .
[lhc/ateliers.git] / etc / ssh / sshd_config.m4
1 AcceptEnv LANG LC_*
2 AuthorizedKeysFile %h/etc/ssh/authorized_keys
3 ChallengeResponseAuthentication no
4 ClientAliveInterval 0
5 Compression yes
6 DebianBanner no
7 GSSAPIAuthentication no
8 HostKey /etc/ssh/ssh_host_rsa_key
9 HostbasedAuthentication no
10 IgnoreRhosts yes
11 IgnoreUserKnownHosts no
12 KerberosAuthentication no
13 KeyRegenerationInterval 3600
14 Port 22
15 ListenAddress 127.0.0.1
16 ListenAddress LOCAL_IPV4
17 LogLevel INFO
18 LoginGraceTime 120
19 MaxAuthTries 3
20 PasswordAuthentication no
21 PermitEmptyPasswords no
22 PermitRootLogin yes
23 PrintLastLog yes
24 PrintMotd no
25 Protocol 2
26 PubkeyAuthentication yes
27 RSAAuthentication yes
28 RhostsRSAAuthentication no
29 ServerKeyBits 768
30 StrictModes yes
31 Subsystem sftp /usr/lib/openssh/sftp-server
32 SyslogFacility AUTH
33 TCPKeepAlive yes
34 UsePAM yes
35 UsePrivilegeSeparation yes
36 X11DisplayOffset 10
37 X11Forwarding no