diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2022-02-23 18:16:45 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2022-02-23 18:16:45 +0000 |
| commit | 85d1f2d493556f113b3f1f4b1800ace6656627ad (patch) | |
| tree | 482b30833fad5a26845011fd0f2819ec9e21c165 /ssh.0 | |
| parent | 4f19900354cc6b4531038e294d8ad1d115118e9d (diff) | |
Diffstat (limited to 'ssh.0')
| -rw-r--r-- | ssh.0 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -143,9 +143,9 @@ DESCRIPTION key authentication is read. You can also specify a public key file to use the corresponding private key that is loaded in ssh-agent(1) when the private key file is not present locally. - The default is ~/.ssh/id_dsa, ~/.ssh/id_ecdsa, + The default is ~/.ssh/id_rsa, ~/.ssh/id_ecdsa, ~/.ssh/id_ecdsa_sk, ~/.ssh/id_ed25519, ~/.ssh/id_ed25519_sk and - ~/.ssh/id_rsa. Identity files may also be specified on a per- + ~/.ssh/id_dsa. Identity files may also be specified on a per- host basis in the configuration file. It is possible to have multiple -i options (and multiple identities specified in configuration files). If no certificates have been explicitly @@ -448,9 +448,9 @@ DESCRIPTION to perform activities such as keystroke monitoring. For this reason, X11 forwarding is subjected to X11 SECURITY - extension restrictions by default. Please refer to the ssh -Y - option and the ForwardX11Trusted directive in ssh_config(5) for - more information. + extension restrictions by default. Refer to the ssh -Y option + and the ForwardX11Trusted directive in ssh_config(5) for more + information. -x Disables X11 forwarding. @@ -1013,4 +1013,4 @@ AUTHORS created OpenSSH. Markus Friedl contributed the support for SSH protocol versions 1.5 and 2.0. -OpenBSD 6.9 September 10, 2021 OpenBSD 6.9 +OpenBSD 7.0 February 6, 2022 OpenBSD 7.0 |
