mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-22 13:34:43 +02:00
config file to made dsa key auth work
This commit is contained in:
parent
55f2ec6825
commit
7f3709e11f
@ -45,4 +45,7 @@
|
||||
# PermitLocalCommand no
|
||||
# VisualHostKey no
|
||||
# ProxyCommand ssh -q -W %h:%p gateway.example.com
|
||||
HostKeyAlgorithms ssh-rsa,ssh-dss
|
||||
PubkeyAcceptedKeyTypes +ssh-dss,ecdsa-sha2-nistp256
|
||||
|
||||
#UsePrivilegeSeparation no
|
||||
|
@ -119,3 +119,8 @@ Subsystem sftp /usr/libexec/sftp-server
|
||||
# X11Forwarding no
|
||||
# AllowTcpForwarding no
|
||||
# ForceCommand cvs server
|
||||
|
||||
PubkeyAcceptedKeyTypes +ssh-dss,ecdsa-sha2-nistp256
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user