From 71c01e6ffe7c8f418e0a87bb30f5b1b7df2f882c Mon Sep 17 00:00:00 2001 From: Dmitri Iouchtchenko Date: Wed, 31 Aug 2016 13:53:12 -0400 Subject: doc: Mention support for Ed25519 in SSHbase It has been possible to generate Ed25519 keys since commit 30a2bae0a92e8ba75fc10cc6eba4a6dddcecd2b6. --- doc/appendix/guides/import-existing-ssh-keys.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc/appendix') diff --git a/doc/appendix/guides/import-existing-ssh-keys.txt b/doc/appendix/guides/import-existing-ssh-keys.txt index 4e2282044..225844448 100644 --- a/doc/appendix/guides/import-existing-ssh-keys.txt +++ b/doc/appendix/guides/import-existing-ssh-keys.txt @@ -40,9 +40,12 @@ files explicity: + + + - + @@ -97,7 +100,7 @@ Now, we pull the ssh host key data for the client out of the uploaded stats and insert it as host-specific copies of these files in ``/var/lib/bcfg2/SSHBase``.:: - for key in ssh_host_ecdsa_key ssh_host_rsa_key ssh_host_dsa_key ssh_host_key; do + for key in ssh_host_ed25519_key ssh_host_ecdsa_key ssh_host_rsa_key ssh_host_dsa_key ssh_host_key; do sudo bcfg2-admin pull Path /etc/ssh/$key sudo bcfg2-admin pull Path /etc/ssh/$key.pub done -- cgit v1.2.3-1-g7c22