Skip to content
Snippets Groups Projects
Verified Commit a535f055 authored by Vivek Dutta's avatar Vivek Dutta
Browse files

openssh: added ssh-ed25519 in HostKeyAlgorithms

parent 3b1d9418
No related branches found
No related tags found
1 merge request!125Revert "openssh: align HostKeyAlgorithms"
...@@ -17,6 +17,7 @@ config sshd ...@@ -17,6 +17,7 @@ config sshd
list HostKeyAlgorithms 'ssh-rsa' list HostKeyAlgorithms 'ssh-rsa'
list HostKeyAlgorithms 'rsa-sha2-512' list HostKeyAlgorithms 'rsa-sha2-512'
list HostKeyAlgorithms 'rsa-sha2-256' list HostKeyAlgorithms 'rsa-sha2-256'
list HostKeyAlgorithms 'ssh-ed25519'
list KexAlgorithms 'ecdh-sha2-nistp256' list KexAlgorithms 'ecdh-sha2-nistp256'
list KexAlgorithms 'ecdh-sha2-nistp384' list KexAlgorithms 'ecdh-sha2-nistp384'
list KexAlgorithms 'ecdh-sha2-nistp521' list KexAlgorithms 'ecdh-sha2-nistp521'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment