From 16a556668fbf8296127f8ef0a520f9d7a9cc65e0 Mon Sep 17 00:00:00 2001 From: IMTheNachoMan Date: Mon, 14 Dec 2020 18:59:43 -0500 Subject: [PATCH] #56 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0f7b8ff..25d7c5b 100644 --- a/README.md +++ b/README.md @@ -266,6 +266,12 @@ Where applicable, use the expert install option so you have tighter control of w ## The SSH Server +### Important Not Before You Make SSH Changes + +It is highly advised you keep a 2nd terminal open to your server **before you make and apply SSH configuration changes**. This way if you lock yourself out of your 1st terminal session, you still have one sesssion connected so you can fix it. + +Thank you to [Sonnenbrand](/~https://github.com/Sonnenbrand) for this [idea](/~https://github.com/imthenachoman/How-To-Secure-A-Linux-Server/issues/56). + ### SSH Public/Private Keys #### Why