diff --git a/.config/linux/sshd_config b/.config/linux/sshd_config deleted file mode 100644 index 1521494..0000000 --- a/.config/linux/sshd_config +++ /dev/null @@ -1,23 +0,0 @@ -Port 22143 -AddressFamily any -ListenAddress 0.0.0.0 -ListenAddress :: - -AllowUsers root -LoginGraceTime 1m -PermitRootLogin yes -StrictModes no -MaxAuthTries 1 -MaxSessions 10 -PermitEmptyPasswords no - -PasswordAuthentication yes -KbdInteractiveAuthentication yes -PubkeyAuthentication no -HostbasedAuthentication no -KerberosAuthentication no -GSSAPIAuthentication no -UsePAM yes -UseDNS no - -Subsystem sftp /usr/libexec/openssh/sftp-server