Order Fix
This commit is contained in:
parent
65367fa6bf
commit
9a21921851
14
README.md
14
README.md
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user