From: Shreyas Mahangade Date: Mon, 29 Jul 2024 15:26:05 +0000 (+0000) Subject: Minor space issue fixed X-Git-Tag: V_9_9_P1~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87831345e9745f2d13bd7a4a7972809f6788f331;p=thirdparty%2Fopenssh-portable.git Minor space issue fixed SSH-Copy-ID-Upstream: 335e44d7be78b03962a54c3a5c99a2ff45294a54 --- diff --git a/contrib/ssh-copy-id b/contrib/ssh-copy-id index 7156dddb0..dfbdaa2f4 100644 --- a/contrib/ssh-copy-id +++ b/contrib/ssh-copy-id @@ -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