Categories
Using rsync on an Alternate SSH Port or with OpenSSH Keys
- Post AuthorBy Dave
- Post DateTue Oct 09 2012
Best practices state that you should run ssh on an non-standard port. Unfortunately some programs use port 22 by default and it isn’t obvious what the switch is to change this port. One of these programs is the eminently useful rsync. It states how to do this in the man file, but it is hidden […]