Skip to content

Tag Archives: ssh-copy-id

Use a non-default port with ssh-copy-id

26-Dec-11

Quote a “-p” flag specifying the port with the “user@machine” portion of the arguments; e.g. for port 2234: Hat tip to Mike Gerwitz for getting me looking in the right direction, although the solution described on his blog does not work with the version of ssh-copy-id I have. (Edit: Looks like the same solution that [...]

Little-Known SSH Features and Tricks

27-Nov-10

Many more at 25 BEST SSH COMMANDS / TRICKS; three I didn’t know: Copy your SSH public key to your authorized_keys on another host: Login to a host you can’t directly reach, through an intermediary that can reach the host: (The -t flag is necessary to allocate a pseudo-tty.) Use a Wireshark running locally to [...]