Linux平台SSH客户端登录提示“no matching host key type found. Their offer: ssh-rsa”
编辑~/.ssh/config
,增加以下配置
Host *
PubkeyAcceptedKeyTypes +ssh-rsa
HostKeyAlgorithms +ssh-rsa
编辑~/.ssh/config
,增加以下配置
Host *
PubkeyAcceptedKeyTypes +ssh-rsa
HostKeyAlgorithms +ssh-rsa