[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can I get SSH to listen on two different ports?





> Can I get SSH to listen on two different ports? I want it to accept SSH
> connections on port 22 AND 23.
sure, you can just run
sshd -p 23
or make a copy of /etc/sshd_config, switch the port to be 23, then run
sshd -f /path/to/copy_of_sshd_config


(this is assuming you still have sshd running, and listening on port 22)

>
> The reason is of course classified.

man pages are your friend. (so is common sense)

Mike
>
> Thanks!
>
> -Mark Beihoffer
> -novice techno shaman
> http://www.zarakas.com
>
>
>