From bea1830273e348dc18e8ca278737984ce3fbbf20 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sat, 3 Mar 2018 09:57:50 -0500 Subject: [PATCH] shorten ssh section slightly --- documentation/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/config.md b/documentation/config.md index 21511c7..d642e6f 100644 --- a/documentation/config.md +++ b/documentation/config.md @@ -135,7 +135,7 @@ If you wish to disable password-based SSH login and set up a key pair, follow th ip ssh key-authentication yes ip ssh password-authentication no ``` -Now we have to generate our key pair with [puttygen](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) on windows or by running ```ssh-keygen -t rsa``` on linux. The default settings of RSA @ 2048 bits works without issue. Generate the pair and save out both the public and private key. +Now we have to generate our key pair with [puttygen](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) on windows or ```ssh-keygen -t rsa``` on linux. The default settings of RSA @ 2048 bits works without issue. Generate the pair and save out both the public and private key. Copy the public key file to your TFTP server. Then use the following command to import it into your switch: ```