Minor space issue fixed

SSH-Copy-ID-Upstream: 335e44d7be78b03962a54c3a5c99a2ff45294a54
This commit is contained in:
Shreyas Mahangade 2024-07-29 15:26:05 +00:00 committed by Darren Tucker
parent 2f3010f473
commit 87831345e9
No known key found for this signature in database

View File

@ -379,7 +379,7 @@ else
Number of key(s) added: $ADDED
Now try logging into the machine, with: "${SFTP:-ssh}${SSH_PORT:+ -${PORT_OPT:-p} $SSH_PORT}${SEEN_OPT_I:+-i $PRIV_ID_FILE} ${OPTS_USER_HOST}"
Now try logging into the machine, with: "${SFTP:-ssh}${SSH_PORT:+ -${PORT_OPT:-p} $SSH_PORT}${SEEN_OPT_I:+ -i $PRIV_ID_FILE} ${OPTS_USER_HOST}"
and check to make sure that only the key(s) you wanted were added.
EOF