mirror of
https://github.com/atmoz/sftp.git
synced 2025-03-09 15:16:00 -04:00
Update sshd_config adding ECDSA support
This commit is contained in:
parent
b38bb55f16
commit
75766c7a76
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
Protocol 2
|
Protocol 2
|
||||||
HostKey /etc/ssh/ssh_host_ed25519_key
|
HostKey /etc/ssh/ssh_host_ed25519_key
|
||||||
HostKey /etc/ssh/ssh_host_rsa_key
|
HostKey /etc/ssh/ssh_host_rsa_key
|
||||||
|
HostKey /etc/ssh/ssh_host_ecdsa_key
|
||||||
|
|
||||||
# Faster connection
|
# Faster connection
|
||||||
# See: https://github.com/atmoz/sftp/issues/11
|
# See: https://github.com/atmoz/sftp/issues/11
|
||||||
|
|
Loading…
Add table
Reference in a new issue