blob: 2acae87b57ce38d71c04b407b0ea8918c236ce43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Setting HostKeyAlgorithms in ssh_config to ED25519 and RSA.
diff -Naurp openssh.orig/ssh_config openssh/ssh_config
--- openssh.orig/ssh_config
+++ openssh/ssh_config
@@ -24,6 +24,7 @@ Host *
# PasswordAuthentication yes
# HostbasedAuthentication no
HostbasedKeyTypes ssh-ed25519-cert-v01@openssh.com,ssh-ed25519,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-256
+ HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-ed25519,rsa-sha2-512-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256-cert-v01@openssh.com,rsa-sha2-256
GSSAPIAuthentication yes
# GSSAPIDelegateCredentials no
# GSSAPIKeyExchange no
|