1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
| Host firsthost HostName deepzz.com User xinchen IdentityFile ~/.ssh/id_ecdsa Port 22 SSH_OPTIONS_1 custom_value SSH_OPTIONS_2 custom_value SSH_OPTIONS_3 custom_value
Host secondhost ANOTHER_OPTION custom_value
Host *host ANOTHER_OPTION custom_value
Host * CHANGE_DEFAULT custom_value
|