diff --git a/config/etc/ssh/sshd_config b/config/etc/ssh/sshd_config index 20d53c3..399da04 100644 --- a/config/etc/ssh/sshd_config +++ b/config/etc/ssh/sshd_config @@ -4,16 +4,16 @@ ### Connection settings Port 222 -ListenAddress your.private.ipv4.address -ListenAddress [your:private:ipv6:address:use:square:brackets] +#ListenAddress your.private.ipv4.address +#ListenAddress [your:private:ipv6:address:use:square:brackets] TCPKeepAlive no ClientAliveInterval 60 ClientAliveCountMax 30 Protocol 2 ### Authentication settings -HostKey /etc/ssh/ed25519.key -HostKey /etc/ssh/RSA4096.key +#HostKey /etc/ssh/ed25519.key +#HostKey /etc/ssh/RSA4096.key #PasswordAuthentication no PasswordAuthentication yes PermitEmptyPasswords no @@ -29,7 +29,7 @@ MaxSessions 5 PermitRootLogin yes ### Program settings -Banner /etc/ssh/banner +#Banner /etc/ssh/banner LogLevel VERBOSE X11Forwarding yes PrintMotd no