- .ssh/config
Host rhel6-host
KexAlgorithms +diffie-hellman-group14-sha1
MACs +hmac-sha1
HostKeyAlgorithms +ssh-rsa
PubkeyAcceptedKeyTypes +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa
2./opt/openssl.cnf
.include /etc/ssl/openssl.cnf
[openssl_init]
alg_section = evp_properties
[evp_properties]
rh-allow-sha1-signatures = yes
3.ssh
OPENSSL_CONF=/opt/openssl.cnf ssh rhel6-host
标签:RHEL6,opt,sha1,openssl,RHEL9,cnf,ssh,properties
From: https://blog.51cto.com/hunt1574/9541955