diff --git a/config/etc/ssh/sshd_config b/config/etc/ssh/sshd_config index f27b03d..c638227 100644 --- a/config/etc/ssh/sshd_config +++ b/config/etc/ssh/sshd_config @@ -9,6 +9,7 @@ ListenAddress [your:private:ipv6:address:use:square:brackets] TCPKeepAlive no ClientAliveInterval 60 ClientAliveCountMax 30 +Protocol 2 ### Authentication settings HostKey /etc/ssh/ed25519.key @@ -31,5 +32,6 @@ Banner /etc/ssh/banner LogLevel VERBOSE X11Forwarding yes PrintMotd no +PrintLastLog yes AcceptEnv LANG LC_* Subsystem sftp /usr/lib/openssh/sftp-server