firewallfalcons 1 год назад
Родитель
Сommit
416b245bcb
1 измененных файлов с 30 добавлено и 0 удалено
  1. 30 0
      ssh

+ 30 - 0
ssh

@@ -0,0 +1,30 @@
+# FIREWALLFALCON
+#
+Port 22
+Protocol 2 
+KeyRegenerationInterval 3600 
+ServerKeyBits 1024 
+SyslogFacility AUTH 
+LogLevel INFO 
+LoginGraceTime 120 
+PermitRootLogin yes 
+StrictModes yes 
+RSAAuthentication yes 
+PubkeyAuthentication yes 
+IgnoreRhosts yes 
+RhostsRSAAuthentication no 
+HostbasedAuthentication no 
+PermitEmptyPasswords no 
+PermitTunnel yes
+ChallengeResponseAuthentication no 
+PasswordAuthentication yes 
+X11Forwarding yes 
+X11DisplayOffset 10 
+PrintMotd no 
+PrintLastLog yes 
+TCPKeepAlive yes 
+#UseLogin no 
+AcceptEnv LANG LC_* 
+Subsystem sftp /usr/lib/openssh/sftp-server 
+UsePAM yes
+Banner /etc/bannerssh