From a86e6676e378f5915c80c526a620fb1b1f3915e7 Mon Sep 17 00:00:00 2001 From: Tess Gauthier Date: Thu, 5 Dec 2024 11:31:48 -0500 Subject: [PATCH] Update sshd_config to latest defaults --- contrib/win32/openssh/sshd_config | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/contrib/win32/openssh/sshd_config b/contrib/win32/openssh/sshd_config index cbe8d88be..52083290f 100644 --- a/contrib/win32/openssh/sshd_config +++ b/contrib/win32/openssh/sshd_config @@ -12,7 +12,6 @@ #ListenAddress :: #HostKey __PROGRAMDATA__/ssh/ssh_host_rsa_key -#HostKey __PROGRAMDATA__/ssh/ssh_host_dsa_key #HostKey __PROGRAMDATA__/ssh/ssh_host_ecdsa_key #HostKey __PROGRAMDATA__/ssh/ssh_host_ed25519_key @@ -61,12 +60,11 @@ AuthorizedKeysFile .ssh/authorized_keys #PrintMotd yes #PrintLastLog yes #TCPKeepAlive yes -#UseLogin no #PermitUserEnvironment no +#Compression delayed #ClientAliveInterval 0 #ClientAliveCountMax 3 #UseDNS no -#PidFile /var/run/sshd.pid #MaxStartups 10:30:100 #PermitTunnel no #ChrootDirectory none