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