diff options
Diffstat (limited to 'ssh-keysign.0')
-rw-r--r-- | ssh-keysign.0 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/ssh-keysign.0 b/ssh-keysign.0 index 20a8eaa87..cd119139f 100644 --- a/ssh-keysign.0 +++ b/ssh-keysign.0 | |||
@@ -16,8 +16,8 @@ DESCRIPTION | |||
16 | to ``yes''. | 16 | to ``yes''. |
17 | 17 | ||
18 | ssh-keysign is not intended to be invoked by the user, but from ssh(1). | 18 | ssh-keysign is not intended to be invoked by the user, but from ssh(1). |
19 | See ssh(1) and sshd(8) for more information about host-based authentica- | 19 | See ssh(1) and sshd(8) for more information about host-based |
20 | tion. | 20 | authentication. |
21 | 21 | ||
22 | FILES | 22 | FILES |
23 | /etc/ssh/ssh_config | 23 | /etc/ssh/ssh_config |
@@ -30,6 +30,11 @@ FILES | |||
30 | are readable only by root, ssh-keysign must be set-uid root if | 30 | are readable only by root, ssh-keysign must be set-uid root if |
31 | host-based authentication is used. | 31 | host-based authentication is used. |
32 | 32 | ||
33 | /etc/ssh/ssh_host_dsa_key-cert.pub, /etc/ssh/ssh_host_rsa_key-cert.pub | ||
34 | If these files exist they are assumed to contain public | ||
35 | certificate information corresponding with the private keys | ||
36 | above. | ||
37 | |||
33 | SEE ALSO | 38 | SEE ALSO |
34 | ssh(1), ssh-keygen(1), ssh_config(5), sshd(8) | 39 | ssh(1), ssh-keygen(1), ssh_config(5), sshd(8) |
35 | 40 | ||
@@ -39,4 +44,4 @@ HISTORY | |||
39 | AUTHORS | 44 | AUTHORS |
40 | Markus Friedl <markus@openbsd.org> | 45 | Markus Friedl <markus@openbsd.org> |
41 | 46 | ||
42 | OpenBSD 4.7 May 31, 2007 1 | 47 | OpenBSD 4.8 August 4, 2010 OpenBSD 4.8 |