1, 正常使用用户密码登录堡垒机并保存登陆配置
2, 配置登陆脚本
添加第一个:
expect 为空
send :ssh root@ip
添加第二个:
expect root@ip's password send 密码
1, 正常使用用户密码登录堡垒机并保存登陆配置
2, 配置登陆脚本
添加第一个:
expect 为空
send :ssh root@ip
添加第二个:
expect root@ip's password send 密码
转载于:https://www.cnblogs.com/wenbronk/p/8082017.html