0
点赞
收藏
分享

微信扫一扫

RHEL9 ssh RHEL6

westfallon 2024-02-02 阅读 10

https://bugzilla.redhat.com/show_bug.cgi?id=2064740

  1. .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

举报

相关推荐

0 条评论