mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Forgot to replace list-keys
This commit is contained in:
parent
f0671199cb
commit
f9474ea594
1 changed files with 1 additions and 1 deletions
2
ssh.md
2
ssh.md
|
@ -75,7 +75,7 @@ Finally, it is possible to add, delete and list ssh keys, to improve ssh access
|
|||
```bash
|
||||
yunohost user ssh add-key <username> <key>
|
||||
yunohost user ssh remove-key <username> <key>
|
||||
yunohost user ssh add-key <username>
|
||||
yunohost user ssh list-keys <username>
|
||||
```
|
||||
|
||||
## Security and SSH
|
||||
|
|
Loading…
Add table
Reference in a new issue