记录一下在本地有ssh key的情况下如何使用密码登陆

ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no user@host
点赞