From 8f8cb562d0f38bb4889597016a7cd06f1f5d252e Mon Sep 17 00:00:00 2001 From: Kevin Lamenzo Date: Tue, 16 Jun 2020 16:56:18 -0400 Subject: [PATCH] minor fix of step numbers --- modules/ssh-agent-using.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ssh-agent-using.adoc b/modules/ssh-agent-using.adoc index 0d6d37840f..06c8ada3a4 100644 --- a/modules/ssh-agent-using.adoc +++ b/modules/ssh-agent-using.adoc @@ -109,12 +109,12 @@ $ ssh-keygen -t rsa -b 4096 -N '' \ + Running this command generates an SSH key that does not require a password in the location that you specified. - ++ [IMPORTANT] ==== If you create a new SSH key pair, avoid overwriting existing SSH keys. ==== - ++ . Start the `ssh-agent` process as a background task: + ----