Update preparing_server.md

Removed ` in the command what breaks it
This commit is contained in:
NannaBarz
2022-11-30 10:33:11 +01:00
committed by GitHub
parent cb58a5caa8
commit 4456998132

View File

@@ -50,7 +50,7 @@ geekdocFilePath: preparing_server.md
* Add users pub key to
```
mkdir /home/admin/.ssh
echo "<pubkey>" >> /home/admin/.ssh/authorized_keys`
echo "<pubkey>" >> /home/admin/.ssh/authorized_keys
chown admin:admin -R /home/admin/.ssh
```