mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-08-07 05:14:57 -04:00
Update preparing_server.md
Removed ` in the command what breaks it
This commit is contained in:
1 parent
cb58a5caa8
commit
4456998132
1 file changed
+1
-1
@@ -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