Alex's World
12
18
Linux之SSH Linux之SSH
https://linux.cn/article-5975-1.html autossh -M 10109 -fN -o "PubkeyAuthentication=yes" -o "StrictHostKeyChecking=fals
2018-12-18 Alex.Lin
10
macOS小技能 macOS小技能
iTerm2iTerm2 SSH免密码远程连接服务器#!/usr/bin/expect set timeout 30 spawn ssh -p [lindex $argv 0] [lindex $argv 1]@[lindex $argv
2018-12-10