Skip to content

Instantly share code, notes, and snippets.

@wolfhesse
Last active September 21, 2017 23:57
Show Gist options
  • Save wolfhesse/5234177 to your computer and use it in GitHub Desktop.
Save wolfhesse/5234177 to your computer and use it in GitHub Desktop.
ssh-copy-id with non-standard port (non-default 22) #nix #admin
# r20130829 for #pre r2kd8
# http://unix.stackexchange.com/questions/29401/is-it-possible-to-run-ssh-copy-id-on-port-other-than-22
ssh-copy-id "user@host -p 8129"
@wolfhesse
Copy link
Author

ssh-copy-id -p is now supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment