SSH: conéctese al host 165.22.132.219 Puerto 22: Conexión rechazada
# First Check whats your ssh Port # in Server.
$ grep -i port /etc/ssh/sshd_config
#Port 22
#GatewayPorts no
ssh root@ipaddress -p port-Number
ssh [email protected] -p 2020
bilalahmed_dev