Order Fix
This commit is contained in:
parent
65367fa6bf
commit
9a21921851
14
README.md
14
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
|
||||
```
|
||||
<p align="right">(<a href="#top">back to top</a>)</p>
|
||||
|
||||
### SSH Permissions
|
||||
```sh
|
||||
mkdir -p ~/.ssh
|
||||
@ -198,6 +191,13 @@ Coming Soons
|
||||
|
||||
<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
|
||||
```sh
|
||||
cd /etc/ssh
|
||||
|
Loading…
Reference in New Issue
Block a user