From f9474ea594def00c78f13234ca7e8daa05835d22 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <alex.aubin@mailoo.org> Date: Wed, 4 Jul 2018 22:37:02 +0200 Subject: [PATCH] Forgot to replace list-keys --- ssh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh.md b/ssh.md index 6d7968d0..95dc819f 100644 --- a/ssh.md +++ b/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