OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: Two port SSH - resolved, Thanks!
From: Mark Beihoffer (mbeihofferuswest.net)
Date: Wed Jan 03 2001 - 03:06:04 CST


Now why didn't I see that when I read the man page?

Sorry for bothering the list.

-Mark

----- Original Message -----
From: Jim Breton <jamesb-openbsdalongtheway.com>
To: <miscopenbsd.org>
Sent: Wednesday, January 03, 2001 2:47 AM
Subject: Re: Can I get SSH to listen on two different ports?

> On Wed, Jan 03, 2001 at 12:56:32AM -0600, Mark Beihoffer wrote:
> > Can I get SSH to listen on two different ports? I want it to accept SSH
> > connections on port 22 AND 23.
>
> man sshd:
>
> Port Specifies the port number that sshd listens on. The default
> is 22. Multiple options of this type are permitted.
>
> So, just use two Port lines. One for 22 and one for 23.
>
> HTH.
>
>