Order Fix

This commit is contained in:
Charles Showalter 2023-01-28 22:42:32 +00:00
parent 65367fa6bf
commit 9a21921851

View File

@ -181,13 +181,6 @@ Coming Soons
**MacOS:** **MacOS:**
### Adding SSH Public Key
Replace $SSH with the content of the public key.
```sh
echo "$SSH" >> ~/.ssh/authorized_keys
```
<p align="right">(<a href="#top">back to top</a>)</p>
### SSH Permissions ### SSH Permissions
```sh ```sh
mkdir -p ~/.ssh mkdir -p ~/.ssh
@ -198,6 +191,13 @@ Coming Soons
<p align="right">(<a href="#top">back to top</a>)</p> <p align="right">(<a href="#top">back to top</a>)</p>
### Adding SSH Public Key
Replace $SSH with the content of the public key.
```sh
echo "$SSH" >> ~/.ssh/authorized_keys
```
<p align="right">(<a href="#top">back to top</a>)</p>
### Disabling password based SSH ### Disabling password based SSH
```sh ```sh
cd /etc/ssh cd /etc/ssh