On Thu, 16 Nov 2000, Martin Henrysson wrote:

> Is there a way of telling ssh to listen to another port ,say 1234,
> while still hanging on to port 22 without starting another instance of
> sshd (I have limited resources)?

What about doing using ipchains?
Something like:

/sbin/ipchains -A input -i eth0 -j REDIRECT 1234 -p tcp -d
0.0.0.0/0 22

should do the trick.

Eric

Reply via email to