Alex's World
macOS小技能 macOS小技能
iTerm2iTerm2 SSH免密码远程连接服务器#!/usr/bin/expect set timeout 30 spawn ssh -p [lindex $argv 0] [lindex $argv 1]@[lindex $argv
2018-12-10