Firewall Wizards mailing list archives

Re: SSH nonstandard port / redirection.


From: "Aaron D. Turner" <aturner () vicinity com>
Date: Wed, 17 Nov 1999 17:51:16 -0800 (PST)

On Wed, 17 Nov 1999, KT Morgan wrote:

Does SSH deal well with redirection?
ie: Linux box redirects ssh to another machine somewhere on it's
collision domain.

Huh?  You mean you want port X on machine Y to be redirected to port A
on machine B via ssh?  Sure no problem:

on machine Y:
ssh machine_b -L X:machine_b:A

read the ssh man page, and pay close attention to the -g, -L, -p, and
-R options.
 
And, can ssh (1 or 2) be configured to listen on a non-standard(port22)
port?

Sure:

sshd -p <port>

-- 
Aaron Turner        aturner () vicinity com  650.237.0300 x252
Security Engineer                         Vicinity Corp.        
Cell: 408-314-9874  Pager: 650-317-1821   http://www.vicinity.com



Current thread: