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 55f2ec6 commit 7f3709eCopy full SHA for 7f3709e
ssh_config
@@ -45,4 +45,7 @@
45
# PermitLocalCommand no
46
# VisualHostKey no
47
# ProxyCommand ssh -q -W %h:%p gateway.example.com
48
+HostKeyAlgorithms ssh-rsa,ssh-dss
49
+PubkeyAcceptedKeyTypes +ssh-dss,ecdsa-sha2-nistp256
50
+
51
#UsePrivilegeSeparation no
sshd_config
@@ -119,3 +119,8 @@ Subsystem sftp /usr/libexec/sftp-server
119
# X11Forwarding no
120
# AllowTcpForwarding no
121
# ForceCommand cvs server
122
123
124
125
126
0 commit comments