xshell 登陆堡垒机实现自动跳转

1, 正常使用用户密码登录堡垒机并保存登陆配置

2, 配置登陆脚本

添加第一个: 

expect 为空
send :ssh root@ip

添加第二个: 

expect    root@ip's password
send       密码

 

posted @ 2017-12-21 18:53  bronk  阅读(2875)  评论(0)    收藏  举报