Skip to content

Commit 348084c

Browse files
authored
Update sshd_config to latest defaults (#769)
1 parent 0dd6d2c commit 348084c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

contrib/win32/openssh/sshd_config

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#ListenAddress ::
1313

1414
#HostKey __PROGRAMDATA__/ssh/ssh_host_rsa_key
15-
#HostKey __PROGRAMDATA__/ssh/ssh_host_dsa_key
1615
#HostKey __PROGRAMDATA__/ssh/ssh_host_ecdsa_key
1716
#HostKey __PROGRAMDATA__/ssh/ssh_host_ed25519_key
1817

@@ -61,12 +60,11 @@ AuthorizedKeysFile .ssh/authorized_keys
6160
#PrintMotd yes
6261
#PrintLastLog yes
6362
#TCPKeepAlive yes
64-
#UseLogin no
6563
#PermitUserEnvironment no
64+
#Compression delayed
6665
#ClientAliveInterval 0
6766
#ClientAliveCountMax 3
6867
#UseDNS no
69-
#PidFile /var/run/sshd.pid
7068
#MaxStartups 10:30:100
7169
#PermitTunnel no
7270
#ChrootDirectory none

0 commit comments

Comments
 (0)