config file to made dsa key auth work

This commit is contained in:
arif-pragmasys 2015-10-12 17:21:22 -05:00
parent 55f2ec6825
commit 7f3709e11f
2 changed files with 8 additions and 0 deletions

View File

@ -45,4 +45,7 @@
# PermitLocalCommand no # PermitLocalCommand no
# VisualHostKey no # VisualHostKey no
# ProxyCommand ssh -q -W %h:%p gateway.example.com # ProxyCommand ssh -q -W %h:%p gateway.example.com
HostKeyAlgorithms ssh-rsa,ssh-dss
PubkeyAcceptedKeyTypes +ssh-dss,ecdsa-sha2-nistp256
#UsePrivilegeSeparation no #UsePrivilegeSeparation no

View File

@ -119,3 +119,8 @@ Subsystem sftp /usr/libexec/sftp-server
# X11Forwarding no # X11Forwarding no
# AllowTcpForwarding no # AllowTcpForwarding no
# ForceCommand cvs server # ForceCommand cvs server
PubkeyAcceptedKeyTypes +ssh-dss,ecdsa-sha2-nistp256