目录

工欲善其事

实践出真知

活跃标签: linux java mysql 待分类 js springboot win10 电路 vue macOS nginx esp32 windows git docker idea maven esp8266 python Arduino

存档:

[ 脚本 ] ssh 实现自动登录

#!/bin/expect
echo "Hello World !"

set timeout 30
spawn ssh 112.126.100.212
expect "password:"
send "Yingfeng!@#azq%&"
spawn sleep 10
interact
exit

标题:[ 脚本 ] ssh 实现自动登录
作者:llilei
地址:http://solo.llilei.work/articles/2023/04/22/1682170649730.html