1.
2.
3.
4.
Host bastion
HostName 203.0.113.10
User jumpuser
ServerAliveInterval 60
ServerAliveCountMax 3
ControlMaster auto
ControlPath ~/.ssh/cm-%r@%h:%p
ControlPersist 6005.
| 客户端 | 断线次数/8小时 | 平均延迟(ms) | 丢包率(%) | 成功率(%) |
|---|---|---|---|---|
| PuTTY(keepalive=60) | 2 | 85 | 0.5 | 98 |
| OpenSSH(ServerAliveInterval=60, ControlPersist=600) | 0.2 | 80 | 0.3 | 99.5 |
6.