ssh_openssh_keys
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| ssh_openssh_keys [2025/02/21 00:17] – [Example of config on client] jianwu | ssh_openssh_keys [2025/02/26 03:55] (current) – jianwu | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | [[https:// | ||
| + | |||
| ===== SSH/ | ===== SSH/ | ||
| To install the OpenSSH client applications on your Ubuntu system, use this command at a terminal prompt: | To install the OpenSSH client applications on your Ubuntu system, use this command at a terminal prompt: | ||
| Line 144: | Line 146: | ||
| IdentityFile " | IdentityFile " | ||
| IdentitiesOnly yes | IdentitiesOnly yes | ||
| + | AddressFamily inet | ||
| User pctresearch | User pctresearch | ||
| Line 150: | Line 153: | ||
| ServerAliveCountMax 10000 | ServerAliveCountMax 10000 | ||
| </ | </ | ||
| + | :!: AddressFamily - Specifies which address family to use when connecting. Valid arguments are any (the default), inet (use IPv4 only), or inet6 (use IPv6 only). | ||
| + | |||
| Usage of ssh connection | Usage of ssh connection | ||
| - | < | + | < |
| - | $ ssh pctresearch | + | > ssh pctresearch |
| </ | </ | ||
ssh_openssh_keys.1740064661.txt.gz · Last modified: 2025/02/21 00:17 by jianwu