I have a Linux machine on my network. I connect to it using SSH with PuTTY over the Internet, so I have forwarded port 22 to the machine.
Now I need to put another Linux machine on the network. I will want to connect to this new machine using PuTTY as well. I want to run telnet/SSH on it using a port other than 22 so that I can forward it.
How can I make this happen?
