RE: sshd listening on more than one port.
jshamlet_at_comcast.net
Date: 03/31/05
- Previous message: Pat Maddox: "How to find needed modules for rebuilding kernel"
- Maybe in reply to: Mick Walker: "sshd listening on more than one port."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Mick.Walker@bodycareint.com Date: Thu, 31 Mar 2005 17:43:45 +0000
> Hello,
>
> I am wanting to know if it is possible to enabled the sshd to listen on
> more than one port, without having to spawn another instance of the
> server itself.
> If it is possible does anyone have any idea how I could accomplish this.
>
> Thanks in advance.
>
> Mick Walker
Yes, simply add additional Port lines to your sshd_config file and kill -HUP your sshd server.
For example, my ssh server listens on 22 & 23 because of the way I handle incoming NAT connections, so I have:
Port 22
Port 23
in my config file.
Regards,
Seth Henry
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Pat Maddox: "How to find needed modules for rebuilding kernel"
- Maybe in reply to: Mick Walker: "sshd listening on more than one port."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]