E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
exp_continue
mac下面 iterm2 保存ssh用户名密码和跳板机
{send"yes\n";
exp_continue
}"password:"{send"[lind
zhexiao27
·
2019-12-16 14:20
技术文章
Mac下使用iTerm2让SSH免密码登录远程服务器
{send"yes\n";
exp_continue
}"password:"{send"[lindex$argv3
不稚名
·
2019-12-15 04:25
Mac 让 iTerm2 记住SSH用户名密码 expect 脚本
{send"yes\n";
exp_continue
}"password:"{send"[lindex$argv3]\n"}}int
沐青之枫
·
2019-11-29 18:15
Linux脚本
expect2setip192.168.8.1003setuserroot4setpasswordmagedu5settimeout106spawnssh$user@$ip7expect{8"yes/no"{send"yes\n";
exp_continue
努力是为自已将来铺路
·
2019-10-15 16:00
shell脚本之expect实现脚本的非交互
实现非交互[root@linux1~]#yuminstall-yexpectexpect中的命令:spawn启动新的进程send用于向新进程发送字符串expect从进程接收字符串interact允许用户交互
exp_continue
USCWIFI
·
2019-08-27 11:03
shell脚本
expect
shell脚本
批量部署ssh免密登陆
xxxxxxxx"functionsshcopyid{expect-c"settimeout-1;spawnssh-copy-id$1;expect{\"yes/no\"{send\"yes\r\";
exp_continue
王峰i
·
2019-03-26 11:00
Shell实战训练营Day11
bin/expectsethost"192.168.200.128"#定义变量setpasswd"123456"spawnsshroot@$hostexpect{"yes/no"{send"yes\r";
exp_continue
清风易醉人
·
2018-12-29 21:52
Shell
实战
训练营
linux/unix脚本中使用sftp上传/下载文件
/usr/bin/expect-fsettimeout600spawnsftp‘UserName1’@‘ServName1’expect{“*yes/no”{send“yes\r”;
exp_continue
花格子衬衫
·
2018-10-16 22:58
liunx/unix
iTerm2 保存ssh用户名密码
{send"yes\n";
exp_continue
等流星的牧羊人
·
2018-07-10 20:42
37 分发系统
192.168.133.132"//定义变量hostsetpasswd"123456"spawnsshroot@$host//spawn后面跟系统shell命令,远程登录expect{"yes/no"{send"yes\r";
exp_continue
xlonelx
·
2018-05-16 21:59
linux
expect
Linux学习
分发系统expect远程登录,执行命令,传递参数
usr/bin/expectsethost"192.168.91.129"setpasswd"1q2w3e"spawnsshroot@$hostexpect{"yes/no"{send"yes\r";
exp_continue
非此即彼
·
2018-04-26 00:40
分发系统
expect
远程登录
linux集群自动化免密部署服务
"PASSWORD=123456auto_login(){expect-c"settimeout-1;spawnssh-copy-id$1;expect{*(yes/no)*{send--yes\r;
exp_continue
qq_20064245
·
2017-11-12 16:51
linux
linux expect实现登陆远程主机并执行命令示例代码
{send"yes\r";
exp_continue
}"pa
Carey
·
2017-06-23 09:01
iterm2 保存账号密码
{send"yes\n";
exp_continue
}"password:"{send"[lindex$argv3]\n"}}in
angerskon
·
2017-05-04 16:10
expect自动输入密码
expectsetpassword"vision"setpasswor"vision"
[email protected]
{"*yes/no"{send"yes\r";
exp_continue
chenzudao
·
2017-04-10 23:10
expect
shell
shell脚本登录sftp
{send"yes\r";
exp_continue
}}也可以使用ssh-keygen-trsa生成公
HoldonWithYourGoal
·
2017-03-31 17:31
shell脚本连接并重启远程服务器的方法
expectexpect-c"
[email protected]
{\"*assword\"{settimeout30;send\"123456\r\";}\"yes/no\"{send\"yes\r\";
exp_continue
抓不住的风
·
2017-03-23 10:56
expect脚本实现ssh自动登录
expectsetip"10.0.0.142"setuser"root"setpassword"123456"spawnssh$user@$ipexpect{"yes/no"{send"yes\n";
exp_continue
Captain_Li
·
2017-03-03 09:00
expect脚本示例
$serverexpect{"*yes/no"{send"yes\r";
exp_continue
}"*password:"{sen
howsoon
·
2017-02-06 17:00
ssh
脚本
CentOS
expect脚本示例
$serverexpect{"*yes/no"{send"yes\r";
exp_continue
}"*password:"{sen
howsoon
·
2017-02-06 17:00
ssh
脚本
CentOS
ssh的免交互
/bin/bash/usr/bin/expect<
exp_continue}"passphrase"{send"\
helloworldpy
·
2016-11-09 17:30
免交互ssh
Linux
expect笔记
lindex$argv0];setpassword [lindex$argv1]; settimeout1spawnsshxuxm2007@$ipexpect{"*yes/no"{send"yes\r";
exp_continue
阿笨猫
·
2016-07-01 15:00
1.8-自动登陆后执行命令
/usr/bin/expectsetuser"root"setpasswd"123456"
[email protected]
{"yes/no"{send"yes\r";
exp_continue
llzdwyp
·
2016-03-08 22:38
自动登陆
执行命令
第12章
Shell编程实战
自动上传文件脚本
也是必备的技能了、、、 scp.sh expect-c" settimeout2200; spawnscp-r-P22$1$2@$3:$4 expect{ \"*yes/no*\"{send\"yes\r\";
exp_continue
Jiangnan_
·
2016-03-08 10:00
linux expect
setipaddr"172.16.3.3" setpasswd"taovo@123" spawnsshtaovo@$ipaddr expect{ "yes/no"{send"yes\r";
exp_continue
fengqinyun
·
2015-12-08 14:00
Linux expect
/usr/bin/expect settimeout30 spawnssh-lusernamehostip expect{ "yes/no"{send"yes\r";
exp_continue
}
Edward.Liu
·
2015-12-04 11:00
rsync无密码传输文件
{send"yes\r";
exp_continue
}"password:"{send"$passw
Leyin
·
2015-12-02 15:28
ssh
rsync
rsync无密码传输文件
{send"yes\r";
exp_continue
}"password:"{send"$passw
Leyin
·
2015-12-02 15:28
ssh
rsync
shell except login
5spawn ssh root@$ipexpect { "*yes/no" {send "yes\r";
exp_continue
·
2015-11-13 16:12
shell
expect中的close,wait,exit,return
expect-fsetipaddr"localhost"setpasswd"iforgot"spawnsshroot@$ipaddr#spawn意思是执行命令,expect内命令,shell中不存在expect{"yes/no"{send"yes\r";
exp_continue
a970973835
·
2015-09-08 15:35
Linux
通过expect执行scp,传输文件不完整的解决方法
oradata/$ORACLE_SID/system01.dbforacle@$S_IP:$ORACLE_BASE/oradata/standby/expect{yes/no{send\"yes\r\";
exp_continue
Fan_-_
·
2015-07-16 17:08
Shell
Cygwin下配置expect遇到的问题
执行expect时发现无法配对gnupg的提示输入密码,曾经在英文提示符下运行过一段时间是正常的,如下脚本spawnexec.shexpect{"Passphrase"{send"passWd\r";
exp_continue
hq181msn
·
2015-01-15 11:51
好东西, 一看就懂.
{send"yes\n";
exp_continue
} "password:" {send"[lindex$argv3]\n"} } interact
陈袁at互联
·
2015-01-06 10:00
linux expect
/usr/bin/expect /*
[email protected]
{ "*yes/no*"{send"yes\r";
exp_continue
悬崖
·
2014-12-01 16:00
expect 使用心得
/usr/bin/expect-f settimeout2
[email protected]
expect{ "*yes/no"{send"yes\r";
exp_continue
}
razorluo
·
2014-10-21 20:00
shell实现自动回车输入
\"{send\"yes\r\";
exp_continue
} } "
wemux
·
2014-08-24 08:56
shell
expect
脚本登录远端服务器并执行命令
/bin/shsettimeout30spawnssh@expect{"*yes/no*"{send"yes\r";
exp_continue
}"*Password:*"{send"password\r"
xiaocao000
·
2014-07-10 12:00
ssh自动连接执行命令
{send--yes\r;
exp_continue
}*assword*{send--\r;expect{*denied*{exit2;}eof}}eof {exit1;}}"
魏奕强
·
2014-04-05 19:56
return
expect
初探expect误解重重
\"{send"yes\r";
exp_continue
}"*assword:\"{send"$guest_passwd\r";
exp_continue
}"*]$\"{send"su-root\r";ex
a731849838
·
2013-10-21 18:11
密码
服务器
server
shell脚本
初探expect误解重重
\"{send"yes\r";
exp_continue
}"*assword:\"{send"$guest_passwd\r";
exp_continue
}"*]$\"{send"su-root\r";ex
a731849838
·
2013-10-21 18:11
server
服务器
用户
expect
密码
第一个用SSH自动登录router的shell脚本(expect)
ip变量setpasswordadmin//设置密码变量settimeout10//设置超时时间spawnsshroot@$ip//ssh链接expect{"*yes/no"{send"yes\r";
exp_continue
JhonStryker
·
2013-09-17 17:00
ssh
expect
shell
第一个用SSH自动登录router的shell脚本(expect)
ip变量setpasswordadmin//设置密码变量settimeout10//设置超时时间spawnsshroot@$ip//ssh链接expect{"*yes/no"{send"yes\r";
exp_continue
JhonStryker
·
2013-09-17 17:00
ssh
expect
shell
linux下expect非交互传输文件
/bin/bash expect<
exp_continue} "password:
wxq1537
·
2013-08-29 11:49
expect
Linux下执行命令时利用脚本自动输入密码
bash PASS="youpsd" expect-c" settimeout-1 spawn-noechoreposync expect{ "*password:*"{send\"$PASS\r\";
exp_continue
cloudwu007
·
2013-05-08 10:00
scp 自动输入密码
spawn /usr/bin/scp -r 192.168.142.128:/shell/backup.tar.gz /shellexpect {\"*yes/no*\" {send \"yes\r\";
exp_continue
yang_shi
·
2013-04-01 17:17
scp自动输密码
ssh交互式登录脚本
/usr/bin/expectsettimeout30spawnssh192.168.2.125expect{ "yes/no"{send"yes\r";
exp_continue
}
470499989
·
2012-06-07 20:32
交互式操作
expect:extra characters after close-brace
{send"yes\r";
exp_continue
} "password:" {send"$pass\r"} }....
luckcy
·
2012-01-19 10:13
职场
expect
休闲
expect_continue
/usr/bin/expectspawnssh-p portnumberroot@databaseexpect{ "Noroute"{exit} "want"{send--"yes\r";
exp_continue
164595095
·
2010-08-27 14:46
职场
expect
休闲
expect_continue
/usr/bin/expectspawnssh-p portnumberroot@databaseexpect{ "Noroute"{exit} "want"{send--"yes\r";
exp_continue
164595095
·
2010-08-27 14:46
职场
expect
休闲
rsync 脚本模板
data/--include=*
[email protected]
:/data/web/go/htdocs/search/expect{"*(yes/no)*"{send"yes/n";
exp_continue
ghosc
·
2010-07-05 18:00
上一页
1
2
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他