Forgot to replace list-keys

This commit is contained in:
Alexandre Aubin 2018-07-04 22:37:02 +02:00 committed by GitHub
parent f0671199cb
commit f9474ea594
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
ssh.md
View file

@ -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