From fac5739fed20f401ac41e20a896589628af47cb2 Mon Sep 17 00:00:00 2001 From: Alessio Di Mauro Date: Fri, 29 Jul 2016 10:46:36 +0200 Subject: [PATCH] Fix typo --- doc/SSH_User_certificates.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/SSH_User_certificates.adoc b/doc/SSH_User_certificates.adoc index 5e8912d..5d083fc 100644 --- a/doc/SSH_User_certificates.adoc +++ b/doc/SSH_User_certificates.adoc @@ -57,7 +57,7 @@ operation will require touch) $ ssh-add -L > ~/.ssh/id_rsa.pub $ ssh-keygen -s ~/.ssh/ca -I identity -n "${LOGNAME}" ~/.ssh/id_rsa.pub -6. Authenticate to the target system using the new key: +7. Authenticate to the target system using the new key: $ ssh user@remote.example.com