Kalix1 3 yıl önce
ebeveyn
işleme
a39c5c3739

+ 0 - 5
LACASITAMX-v9x/Otros/resetsshdrop.1

@@ -1,5 +0,0 @@
-#!/bin/bash
-sleep 5s
-service dropbear stop &>/dev/null
-service ssh restart &>/dev/null
-service dropbear restart &>/dev/null

+ 26 - 0
LACASITAMX-v9x/Otros/sshd.1

@@ -0,0 +1,26 @@
+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
+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