diff options
Diffstat (limited to 'ssh-keysign.8')
-rw-r--r-- | ssh-keysign.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ssh-keysign.8 b/ssh-keysign.8 index a17e8d5cf..4cdcb7a43 100644 --- a/ssh-keysign.8 +++ b/ssh-keysign.8 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keysign.8,v 1.7 2003/06/10 09:12:11 jmc Exp $ | 1 | .\" $OpenBSD: ssh-keysign.8,v 1.8 2006/02/24 20:22:16 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2002 Markus Friedl. All rights reserved. | 3 | .\" Copyright (c) 2002 Markus Friedl. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -27,7 +27,7 @@ | |||
27 | .Os | 27 | .Os |
28 | .Sh NAME | 28 | .Sh NAME |
29 | .Nm ssh-keysign | 29 | .Nm ssh-keysign |
30 | .Nd ssh helper program for hostbased authentication | 30 | .Nd ssh helper program for host-based authentication |
31 | .Sh SYNOPSIS | 31 | .Sh SYNOPSIS |
32 | .Nm | 32 | .Nm |
33 | .Sh DESCRIPTION | 33 | .Sh DESCRIPTION |
@@ -35,7 +35,7 @@ | |||
35 | is used by | 35 | is used by |
36 | .Xr ssh 1 | 36 | .Xr ssh 1 |
37 | to access the local host keys and generate the digital signature | 37 | to access the local host keys and generate the digital signature |
38 | required during hostbased authentication with SSH protocol version 2. | 38 | required during host-based authentication with SSH protocol version 2. |
39 | .Pp | 39 | .Pp |
40 | .Nm | 40 | .Nm |
41 | is disabled by default and can only be enabled in the | 41 | is disabled by default and can only be enabled in the |
@@ -53,7 +53,7 @@ See | |||
53 | .Xr ssh 1 | 53 | .Xr ssh 1 |
54 | and | 54 | and |
55 | .Xr sshd 8 | 55 | .Xr sshd 8 |
56 | for more information about hostbased authentication. | 56 | for more information about host-based authentication. |
57 | .Sh FILES | 57 | .Sh FILES |
58 | .Bl -tag -width Ds | 58 | .Bl -tag -width Ds |
59 | .It Pa /etc/ssh/ssh_config | 59 | .It Pa /etc/ssh/ssh_config |
@@ -67,7 +67,7 @@ They should be owned by root, readable only by root, and not | |||
67 | accessible to others. | 67 | accessible to others. |
68 | Since they are readable only by root, | 68 | Since they are readable only by root, |
69 | .Nm | 69 | .Nm |
70 | must be set-uid root if hostbased authentication is used. | 70 | must be set-uid root if host-based authentication is used. |
71 | .El | 71 | .El |
72 | .Sh SEE ALSO | 72 | .Sh SEE ALSO |
73 | .Xr ssh 1 , | 73 | .Xr ssh 1 , |