0
I have a little problem with ssh, I’m a beginner in linux and I’m doing a course on 4linux about the basics of Linux and so on... I’m at the cloud connect part via ssh. When I did it for the first time it worked, minus the password, but then I think I would be with them, what happens now is that when I type it does not load anything, it is only in this line the terminal with the cursor there frozen, as if I were waiting to finish some process, only nothing happens, it also happened with github when I cloned the repositories via ssh, I switched to https because of this.
Example:
ssh -l <login> cloud.4linux.com.br
(the cursor stands still and nothing happens)
Obs1: Before, the first time worked, asked for a confirmation, created the file (known_hosts), then deleted, now created to see if solved, but not solved, this blank and when I delete and run the command it does not create back.
Obs2: After a long time it appears: ssh_exchange_identification: read: Connection timed out
.
The mistake
connection timed out
occurs when the server is down. Make sure their service is up?– gfleck
Make sure the door is the same 22, maybe another, then you need to specify it.
– David Dias
I will check if the server is in the air and also the question of the door and bring the result to you.
– Henrique Nascimento
Apparently now it’s all ok. I don’t know if the server was off before, or if it was an error. But now ta connecting.
– Henrique Nascimento
Only this error: - "Error Response from daemon: No such container: 37709 Error: failed to start containers: 37709 Error: No such container: 37709 Error Response from daemon: No such container: 37709 Connection to cloud.4linux.com.br."
– Henrique Nascimento