linux expect 的基本使用
expect -c "
set timeout -1;
spawn ssh root@192.168.6.132;
expect {
*(yes/no)* {send yes\r ;exp_continue;}
*password* {send 123456\r ;exp_continue;}
eof {exit 0 }
}";
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31506529/viewspace-2199362/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 【Linux】命令expect使用詳解Linux
- linux expectLinux
- LINUX EXPECT的安裝Linux
- mocha 的基本介紹&&expect風格斷言庫的基本語法
- Linux下expect安裝Linux
- ruby_expect模組的使用..薦
- 使用Linux expect批次巡檢Linux Aix Solaris磁碟使用率指令碼LinuxAI指令碼
- expect安裝及使用
- Linux使用expect實現遠端拷貝檔案Linux
- linux expect 簡單講解Linux
- Linux基本使用Linux
- Linux NTP工具的基本使用Linux
- Linux 基本命令 -------- tail 的使用LinuxAI
- Linux read命令的基本使用!Linux
- linux 路由基本命令的使用Linux路由
- linux expect自動登入ssh,ftpLinuxFTP
- Linux系統中expect該如何使用?有哪些常用命令?Linux
- Linux vmstat命令基本使用Linux
- 使用expect執行動態指令碼指令碼
- Linux shutdown關機命令的基本使用!Linux
- linux expect詳解(ssh自動登入)Linux
- 使用expect指令碼SCP拷貝檔案指令碼
- Linux Netlink 基本使用Linux
- Linux iostat命令基本使用LinuxiOS
- 【expect】用expect實現scp/ssh-copy-id的非互動
- expect安裝
- anticipate和expect的區別
- linux使用者管理基本命令Linux
- CentOS使用expect批次遠端執行指令碼和命令CentOS指令碼
- CentOS下expect 安裝CentOS
- expect批量修改密碼密碼
- Vuex的基本使用Vue
- mongoose的基本使用Go
- mysqli的基本使用MySql
- mybatis的基本使用MyBatis
- RecyclerView 的基本使用View
- Bootstrap 的基本使用boot
- github的基本使用Github