码迷,mamicode.com
首页 > 系统相关 > 详细

脚本连接linux服务器

时间:2020-06-10 18:54:41      阅读:58      评论:0      收藏:0      [点我收藏+]

标签:div   脚本   xxxx   xxxxx   lin   root   time   服务器   bin   

#!/usr/bin/expect -f
set user root 
set host xx.xx.xx.xxx
set password xxxxx
set timeout -1

spawn ssh $user@$host
expect "password:*"
send "$password\r"
interact

 

脚本连接linux服务器

标签:div   脚本   xxxx   xxxxx   lin   root   time   服务器   bin   

原文地址:https://www.cnblogs.com/godehi/p/13087335.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!