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] – [change a ssh passphrase for private key] 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 122: | Line 124: | ||
| === WSL or ubuntu === | === WSL or ubuntu === | ||
| / | / | ||
| - | < | + | < |
| host ubuntu | host ubuntu | ||
| ForwardAgent yes | ForwardAgent yes | ||
| Line 132: | Line 134: | ||
| </ | </ | ||
| Usage of ssh connection | Usage of ssh connection | ||
| - | < | + | < |
| $ ssh ubuntu | $ ssh ubuntu | ||
| </ | </ | ||
| === Windows === | === Windows === | ||
| C: | C: | ||
| - | < | + | < |
| Host pctresearch | Host pctresearch | ||
| HostName host_name_of_server | HostName host_name_of_server | ||
| 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 | ||
| <code Dos> | <code Dos> | ||
| - | $ ssh pctresearch | + | > ssh pctresearch |
| </ | </ | ||
ssh_openssh_keys.1740064623.txt.gz · Last modified: 2025/02/21 00:17 by jianwu