本文主要介紹如何用item2實現免密登入。
1、編輯命令指令碼 2、配置item21、編輯命令指令碼
//切換資料夾
cd [你要儲存的資料夾下]
//建立檔案
touch centosautologinssh
複製**
vim centosautologinssh
複製**
2.1.3 配置centosautologinssh
#!/usr/bin/expect -f
#搬瓦工控制面板中的ssh port
set port 2121
#預設使用者名稱root
set user root
#主機位址
set host 172.16.10.71
#密碼set password mima123456
set timeout -1
spawn ssh -p$port
$user@$host
expect "*assword:*"
send "$password\r"
interact
expect eof
:wq複製**
編輯完成之後:wq
儲存配置資訊。
2、配置item2
chmod u+x /users/user/.ssh/centosautologinssh
複製**
然後測試,就實現了免密自動登入了。
cat /etc/shadowsocks/config.json
複製**
item2免密ssh登入
1 ssh i users yuyu ssh 123 yuyu.pem yuyu ops.com 登入後需要輸入密碼 123 45 新增pom到ssh中 ssh add k users yuyu ssh 123 yuyu.pem 提示輸入密碼,成功 下一步直接ssh登入即可 ssh yuyu ops...
item2實現ssh的免密登入
編寫expect指令碼 1 新建指令碼 指令碼位置沒有明確要求 touch ssh info.sh2 指令碼內容 usr bin expect set timeout 30 spawn ssh p lindex ar 0 lindex ar 1 lindex ar 2 expect password...
Item2 用而不用
item2 用而不用 prefer to type safety and extensibility weaknesses of printf scanf are the strengths of operator and operator int i rational r r is a ratio...