ssh 设置网络隧道及setsid 后台启动

这样启动sshd经常断掉,需要后台启动

先使用expect输入密码:
[root@test3 ~]# cat hadin_67_channel.sh

!/usr/bin/expect -f

spawn ssh -N -f -L 0.0.0.0:11001:10.214.10.67:22 hadin_analysis_user@10.214.10.67
expectassword:
send “**\r”
expect eof
然后使用setsid 后台启动 setsid ./hadin_67_channel.sh
查看:
ps -ef|grep 11001
root 5640 1 0 17:17 ? 00:00:00 ssh -N -f -L 0.0.0.0:11001:10.214.10.67:22 hadin_analysis_user@10.214.128.67
root 5690 1 0 17:18 ? 00:00:00 ssh -N -f -L 0.0.0.0:11001:10.214.10.67:22 hadin_analysis_user@10.214.128.67
root 6396 1 0 17:23 ? 00:00:00 ssh -N -f -L 0.0.0.0:11001:10.214.10.67:22 hadin_analysis_user@10.214.128.67
root 6857 6153 0 17:26 pts/1 00:00:00 grep –color=auto 11001

[root@haidintest1 ~]# ssh -p 11001 hadin_analysis_user@haidintest3
hadin_analysis_user@hadintest3’s password:
Last login: Wed May 24 17:20:41 2017 from 003.idc..net
sh-4.2$ ifconfig
bond0: flags=5187

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值