背景:ssh連接openstack king時,出錯permission denied (publickey,gssapi-keyex,gssapi-with-mic)
原因:king未開啟ssh 密碼登陸
解決方法:開啟ssh 密碼登陸
1 修改/etc/ssh/sshd_config
PasswordAuthentication yes
2 重啟sshd服務
systemctl restart ssh
背景:ssh連接openstack king時,出錯permission denied (publickey,gssapi-keyex,gssapi-with-mic)
原因:king未開啟ssh 密碼登陸
解決方法:開啟ssh 密碼登陸
1 修改/etc/ssh/sshd_config
PasswordAuthentication yes
2 重啟sshd服務
systemctl restart ssh
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。