search for: ed81a92

Displaying 1 result from an estimated 1 matches for "ed81a92".

Did you mean: 3d8192
2011 Dec 20
3
ssh-copy-id -p port option
...cat <<EOF -Now try logging into the machine, with "ssh '$host'", and check in: +Now try logging into the machine, with "$COMMAND '$host'", and check in: ~/.ssh/authorized_keys diff --git a/contrib/ssh-copy-id.1 b/contrib/ssh-copy-id.1 index cb15ab2..ed81a92 100644 --- a/contrib/ssh-copy-id.1 +++ b/contrib/ssh-copy-id.1 @@ -20,7 +20,7 @@ the original English. .SH NAME ssh-copy-id \- install your public key in a remote machine's authorized_keys .SH SYNOPSIS -.B ssh-copy-id [-i [identity_file]] +.B ssh-copy-id [-i [identity_file]] [-p port] ....