mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-22 21:45:09 +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
|
# 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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user