diff options
Diffstat (limited to 'ssh-keysign.8')
-rw-r--r-- | ssh-keysign.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ssh-keysign.8 b/ssh-keysign.8 index 5e0b2d232..69d082954 100644 --- a/ssh-keysign.8 +++ b/ssh-keysign.8 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: ssh-keysign.8,v 1.13 2013/07/16 00:07:52 schwarze Exp $ | 1 | .\" $OpenBSD: ssh-keysign.8,v 1.14 2013/12/07 11:58:46 naddy Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2002 Markus Friedl. All rights reserved. | 3 | .\" Copyright (c) 2002 Markus Friedl. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -22,7 +22,7 @@ | |||
22 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF | 22 | .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
23 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 23 | .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
24 | .\" | 24 | .\" |
25 | .Dd $Mdocdate: July 16 2013 $ | 25 | .Dd $Mdocdate: December 7 2013 $ |
26 | .Dt SSH-KEYSIGN 8 | 26 | .Dt SSH-KEYSIGN 8 |
27 | .Os | 27 | .Os |
28 | .Sh NAME | 28 | .Sh NAME |
@@ -63,6 +63,7 @@ is enabled. | |||
63 | .Pp | 63 | .Pp |
64 | .It Pa /etc/ssh/ssh_host_dsa_key | 64 | .It Pa /etc/ssh/ssh_host_dsa_key |
65 | .It Pa /etc/ssh/ssh_host_ecdsa_key | 65 | .It Pa /etc/ssh/ssh_host_ecdsa_key |
66 | .It Pa /etc/ssh/ssh_host_ed25519_key | ||
66 | .It Pa /etc/ssh/ssh_host_rsa_key | 67 | .It Pa /etc/ssh/ssh_host_rsa_key |
67 | These files contain the private parts of the host keys used to | 68 | These files contain the private parts of the host keys used to |
68 | generate the digital signature. | 69 | generate the digital signature. |
@@ -74,6 +75,7 @@ must be set-uid root if host-based authentication is used. | |||
74 | .Pp | 75 | .Pp |
75 | .It Pa /etc/ssh/ssh_host_dsa_key-cert.pub | 76 | .It Pa /etc/ssh/ssh_host_dsa_key-cert.pub |
76 | .It Pa /etc/ssh/ssh_host_ecdsa_key-cert.pub | 77 | .It Pa /etc/ssh/ssh_host_ecdsa_key-cert.pub |
78 | .It Pa /etc/ssh/ssh_host_ed25519_key-cert.pub | ||
77 | .It Pa /etc/ssh/ssh_host_rsa_key-cert.pub | 79 | .It Pa /etc/ssh/ssh_host_rsa_key-cert.pub |
78 | If these files exist they are assumed to contain public certificate | 80 | If these files exist they are assumed to contain public certificate |
79 | information corresponding with the private keys above. | 81 | information corresponding with the private keys above. |