码迷,mamicode.com
首页 > 其他好文 > 详细

expect 免交互配置互信

时间:2020-03-03 20:43:19      阅读:68      评论:0      收藏:0      [点我收藏+]

标签:expec   标题   bsp   tin   end   pass   +++   continue   time   

++++++++++++++++++++++++++++++++++++++++

标题:expect 免交互配置互信

时间:2020年3月3日

++++++++++++++++++++++++++++++++++++++++

 

#/usr/bin/env expect

set  ip  192.168.100.100

set  user  root

set  password  centos

set  timeout  5

spawn ssh-copy-id "${user}@${ip} -p 2222"

expect {

  "yes/no" { send "yes\r" ; exp_continue }

  "password" { send "${password}\r" }

}

expect eof

expect 免交互配置互信

标签:expec   标题   bsp   tin   end   pass   +++   continue   time   

原文地址:https://www.cnblogs.com/lv1572407/p/12404180.html

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