Skip to content
Snippets Groups Projects
Commit 14a869bf authored by Rahul Thakur's avatar Rahul Thakur
Browse files

sshmngr: update default config

* add rsa-sha2-512 and rsa-sha2-256 to default list of HostKeyAlgorithms
parent 1b262206
No related branches found
No related tags found
1 merge request!80sshmngr: update default config
......@@ -16,6 +16,8 @@ config sshd
list HostKeyAlgorithms 'ecdsa-sha2-nistp521'
list HostKeyAlgorithms 'ssh-rsa'
list HostKeyAlgorithms 'ssh-dss'
list HostKeyAlgorithms 'rsa-sha2-512'
list HostKeyAlgorithms 'rsa-sha2-256'
list KexAlgorithms 'ecdh-sha2-nistp256'
list KexAlgorithms 'ecdh-sha2-nistp384'
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