Modification : vm_host{,ed} : utilise m4.
[lhc/ateliers.git] / etc / ssh / sshd_config.m4
diff --git a/etc/ssh/sshd_config.m4 b/etc/ssh/sshd_config.m4
new file mode 100644 (file)
index 0000000..e60e1b8
--- /dev/null
@@ -0,0 +1,37 @@
+AcceptEnv LANG LC_*
+AuthorizedKeysFile %h/etc/ssh/authorized_keys
+ChallengeResponseAuthentication no
+ClientAliveInterval 0
+Compression yes
+DebianBanner no
+GSSAPIAuthentication no
+HostKey /etc/ssh/ssh_host_rsa_key
+HostbasedAuthentication no
+IgnoreRhosts yes
+IgnoreUserKnownHosts no
+KerberosAuthentication no
+KeyRegenerationInterval 3600
+Port 22
+ListenAddress 127.0.0.1
+ListenAddress VM_IPV4
+LogLevel INFO
+LoginGraceTime 120
+MaxAuthTries 1
+PasswordAuthentication no
+PermitEmptyPasswords no
+PermitRootLogin yes
+PrintLastLog yes
+PrintMotd no
+Protocol 2
+PubkeyAuthentication yes
+RSAAuthentication yes
+RhostsRSAAuthentication no
+ServerKeyBits 768
+StrictModes yes
+Subsystem sftp /usr/lib/openssh/sftp-server
+SyslogFacility AUTH
+TCPKeepAlive yes
+UsePAM yes
+UsePrivilegeSeparation yes
+X11DisplayOffset 10
+X11Forwarding no