summaryrefslogtreecommitdiff
path: root/ssh_config.5
diff options
context:
space:
mode:
Diffstat (limited to 'ssh_config.5')
-rw-r--r--ssh_config.58
1 files changed, 4 insertions, 4 deletions
diff --git a/ssh_config.5 b/ssh_config.5
index 0a6d80544..06a32d314 100644
--- a/ssh_config.5
+++ b/ssh_config.5
@@ -33,8 +33,8 @@
33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 33.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 34.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: ssh_config.5,v 1.321 2020/01/31 22:25:59 jmc Exp $ 36.\" $OpenBSD: ssh_config.5,v 1.322 2020/02/07 03:54:44 dtucker Exp $
37.Dd $Mdocdate: January 31 2020 $ 37.Dd $Mdocdate: February 7 2020 $
38.Dt SSH_CONFIG 5 38.Dt SSH_CONFIG 5
39.Os 39.Os
40.Sh NAME 40.Sh NAME
@@ -868,7 +868,7 @@ If hostkeys are known for the destination host then this default is modified
868to prefer their algorithms. 868to prefer their algorithms.
869.Pp 869.Pp
870The list of available key types may also be obtained using 870The list of available key types may also be obtained using
871.Qq ssh -Q key . 871.Qq ssh -Q HostKeyAlgorithms .
872.It Cm HostKeyAlias 872.It Cm HostKeyAlias
873Specifies an alias that should be used instead of the 873Specifies an alias that should be used instead of the
874real host name when looking up or saving the host key 874real host name when looking up or saving the host key
@@ -1353,7 +1353,7 @@ rsa-sha2-512,rsa-sha2-256,ssh-rsa
1353.Ed 1353.Ed
1354.Pp 1354.Pp
1355The list of available key types may also be obtained using 1355The list of available key types may also be obtained using
1356.Qq ssh -Q key . 1356.Qq ssh -Q PubkeyAcceptedKeyTypes .
1357.It Cm PubkeyAuthentication 1357.It Cm PubkeyAuthentication
1358Specifies whether to try public key authentication. 1358Specifies whether to try public key authentication.
1359The argument to this keyword must be 1359The argument to this keyword must be