ssh on different port code example
Example 1: ssh custom port fla
ssh user@host -p custom_port_no
Example 2: ssh connect with specific port
ssh [email protected] -p 26
ssh user@host -p custom_port_no
ssh [email protected] -p 26