mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 03:40:01 -06:00
Update preparing_server.md
Removed ` in the command what breaks it
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user