Setting up Linksys WRT54GL for Remote Server

Ted Roche tedroche at gmail.com
Wed Dec 17 20:11:49 UTC 2008


Map port 8122 on the external IP to be routed to the first box's port 22
Map port 8222 on the external IP to be routed to the second box's port 22

When you want to log into the boxes remotely, specify the port as part
of the command:

ssh -p 8222 example.com
ssh -p 8122 Yo.ur.IP.Address

or

scp -P 8122 yourfile example.com:

Note that Secure Copy (scp) uses capital -P while Secure Shell (ssh)
uses lowercase. Trips me up all the time.

-- 
Ted Roche
Ted Roche & Associates, LLC
http://www.tedroche.com




More information about the fedora-list mailing list