mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Fix backticks for code blocks
This commit is contained in:
parent
bda8bf596c
commit
34c0f505a5
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@ If you want to add an SSH public key to the user, you have to do it from the com
|
||||||
[/ui-tab]
|
[/ui-tab]
|
||||||
[ui-tab title="From the command line"]
|
[ui-tab title="From the command line"]
|
||||||
To allow a user or group to access via SFTP or SSH:
|
To allow a user or group to access via SFTP or SSH:
|
||||||
``bash
|
```bash
|
||||||
# SFTP
|
# SFTP
|
||||||
yunohost user permission add sftp <username>
|
yunohost user permission add sftp <username>
|
||||||
# SSH
|
# SSH
|
||||||
|
@ -106,7 +106,7 @@ yunohost user permission remove ssh <username>
|
||||||
```
|
```
|
||||||
|
|
||||||
Finally, it is possible to add, delete and list SSH keys, to improve SSH access security, using the commands:
|
Finally, it is possible to add, delete and list SSH keys, to improve SSH access security, using the commands:
|
||||||
``bash
|
```bash
|
||||||
yunohost user ssh add-key <username> <key>
|
yunohost user ssh add-key <username> <key>
|
||||||
yunohost user ssh remove-key <username> <key>
|
yunohost user ssh remove-key <username> <key>
|
||||||
yunohost user ssh list-keys <username>
|
yunohost user ssh list-keys <username>
|
||||||
|
|
Loading…
Reference in a new issue