V
V
Victor Berdyansky2017-01-31 17:05:04
CVS
Victor Berdyansky, 2017-01-31 17:05:04

How to allow a remote host to accept ssh connections?

Unable to access remote host via ssh.
In the git console, I enter the command ssh [email protected] -p 21
To which I get an error about closing the connection by the remote server (ssh_exchange_identification: connect closed by remote host).
How can I "allow" the remote host to accept connections.
In what there can be a problem?
-----------
The support team replied that it appears that the hosting for users does not have ssh access.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry, 2017-01-31
@Tabletko

Ssh runs on port 22 by default. Well, it will not be superfluous to check that ssh is installed and running on a remote host.

C
CityCat4, 2017-02-01
@CityCat4

Probably the problem is that ssh works on port 22, and telnet works on port 21. Try telnet serverip

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question