Через терминал подключаюсь по ssh
Но ошибка
Connection refused
Что это может быть? Гуглил, но решения так и не нашел.
MAC OS
ssh -v root@93.190.40.35
OpenSSH_6.9p1, LibreSSL 2.1.7
debug1: Reading configuration data /Users/xpage/.ssh/config
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 21: Applying options for *
debug1: Connecting to 93.190.40.35 [93.190.40.35] port 22.
debug1: connect to address 93.190.40.35 port 22: Connection refused
ssh: connect to host 93.190.40.35 port 22: Connection refused
Если я правильно вас понял
telnet 93.190.40.35
Trying 93.190.40.35...
telnet: connect to address 93.190.40.35: Connection refused
telnet: Unable to connect to remote host
а что это может значить?
telnet 93.190.40.35 2087
Trying 93.190.40.35...
Connected to 93.190.40.35.
Escape character is '^]'.