Update preparing_server.md

Removed ` in the command what breaks it
This commit is contained in:
NannaBarz authored and GitHub committed 2022-11-30 10:33:11 +01:00
1 parent cb58a5caa8
commit 4456998132
1 file changed
+1 -1
+1 -1
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
```