我创建了一个使用ssh并连接到许多服务器的shell脚本,我希望我的脚本能够在我的脚本中保存服务器的密码并自动连接到服务器而不需要任何提示,我不关心安全性截至目前。
我试过ssh -o PubkeyAuthentication = no -o PreferredAuthentications = Mypassword username @ hostname
抛出错误权限被拒绝(gssapi-keyex,gssapi-with-mic,pubkey,密码,键盘交互式)
我正在使用sun solaris UNIX服务器,我没有权限安装keygen或ssh文件中的任何更改。
提前致谢。