My company block all ports but 23(telnet) and 21(ftp).
However, i want to use ssh to connect to my web server.
This is some of the settings in /etc/services
Code:
ssh 22/tcp # SSH Remote Login Protocol
ssh 22/udp # SSH Remote Login Protocol
telnet 23/tcp
telnet 23/udp
I have tried to change ssh to use 23 and telnet to use 22 but failed.
Any idea?
Thanks