firewallfalcons 1 жил өмнө
parent
commit
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