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

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



On Wed, Jan 03, 2001 at 12:56:32AM -0600, Mark Beihoffer wrote:
> Greetings from the frozen tundra of minneapolis.
> 
> Can I get SSH to listen on two different ports? I want it to accept SSH
> connections on port 22 AND 23.

% man sshd
% cat /etc/sshd_config
Port 23
Port 22
...
%

> 
> The reason is of course classified.

hehehe.