expect 免交互配置互信

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

标题: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

上一篇:在Linux下灵活使用expect脚本的小窍门


下一篇:协同过滤算法总结篇