From aa7b1de2803c5fcd63af842f567226074a616e86 Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Tue, 20 Nov 2018 14:36:42 +0100 Subject: ssh: Add forgotten doc about the files ssh_host_ed*_key --- lib/ssh/doc/src/ssh_file.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/ssh/doc/src/ssh_file.xml b/lib/ssh/doc/src/ssh_file.xml index 47ed4dd912..6681d9c306 100644 --- a/lib/ssh/doc/src/ssh_file.xml +++ b/lib/ssh/doc/src/ssh_file.xml @@ -93,8 +93,8 @@ ssh_host_dsa_key - private dss host key (optional) ssh_host_rsa_key - private rsa host key (optional) ssh_host_ecdsa_key - private ecdsa host key (optional) - ssh_host_ed25519_key - private ecdsa host key for curve 25519 (optional) - ssh_host_ed448_key - private ecdsa host key for curve 448 (optional) + ssh_host_ed25519_key - private eddsa host key for curve 25519 (optional) + ssh_host_ed448_key - private eddsa host key for curve 448 (optional)

At least one host key must be defined. The default value of SYSDIR is /etc/ssh.

@@ -188,6 +188,8 @@ SYSDIR/ssh_host_rsa_key SYSDIR/ssh_host_dsa_key SYSDIR/ssh_host_ecdsa_key + SYSDIR/ssh_host_ed25519_key + SYSDIR/ssh_host_ed448_keyc> -- cgit v1.2.3