We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd6d2c commit 348084cCopy full SHA for 348084c
contrib/win32/openssh/sshd_config
@@ -12,7 +12,6 @@
12
#ListenAddress ::
13
14
#HostKey __PROGRAMDATA__/ssh/ssh_host_rsa_key
15
-#HostKey __PROGRAMDATA__/ssh/ssh_host_dsa_key
16
#HostKey __PROGRAMDATA__/ssh/ssh_host_ecdsa_key
17
#HostKey __PROGRAMDATA__/ssh/ssh_host_ed25519_key
18
@@ -61,12 +60,11 @@ AuthorizedKeysFile .ssh/authorized_keys
61
60
#PrintMotd yes
62
#PrintLastLog yes
63
#TCPKeepAlive yes
64
-#UseLogin no
65
#PermitUserEnvironment no
+#Compression delayed
66
#ClientAliveInterval 0
67
#ClientAliveCountMax 3
68
#UseDNS no
69
-#PidFile /var/run/sshd.pid
70
#MaxStartups 10:30:100
71
#PermitTunnel no
72
#ChrootDirectory none
0 commit comments