From 9a21921851e1d7f91be5914a48dd381311c9f1e1 Mon Sep 17 00:00:00 2001 From: Charles Showalter Date: Sat, 28 Jan 2023 22:42:32 +0000 Subject: [PATCH] Order Fix --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 00c11a0..2a14957 100644 --- a/README.md +++ b/README.md @@ -181,13 +181,6 @@ Coming Soons **MacOS:** - ### Adding SSH Public Key - Replace $SSH with the content of the public key. - ```sh - echo "$SSH" >> ~/.ssh/authorized_keys - ``` -

(back to top)

- ### SSH Permissions ```sh mkdir -p ~/.ssh @@ -198,6 +191,13 @@ Coming Soons

(back to top)

+ ### Adding SSH Public Key + Replace $SSH with the content of the public key. + ```sh + echo "$SSH" >> ~/.ssh/authorized_keys + ``` +

(back to top)

+ ### Disabling password based SSH ```sh cd /etc/ssh