Searching...
Friday, July 25, 2014

scp different ssh port

Source From: CP Blog http://blog.cripperz.sg/2014/07/26/scp-different-ssh-port/
scp different ssh ports (one or two different ports)

You can use ~/.ssh/config to specify the ports to use for the hosts (and for setting many other nice things; check the man page man ssh_config):
# ~/.ssh/config

Host 67.12.21.133
Port 6774

Host 67.129.242.40
Port 6774

When doing...
scp different ssh port
Read Complete Post From Source: CP Blog

0 comments:

Post a Comment

 
Back to top!