ec-2 error (client_loop: send disconnect: Broken pipe)

0

hello AWS users, im running ssh ec-2 instance, AMI name: (AMI-cloud-wrf) the model i work on should take some hours running but it stops suddenly after few minutes with this msg: (client_loop: send disconnect: Broken pipe) HOW to keep the program running even i disconnect my pc? thank you;

1 Risposta
1
Risposta accettata

In my experience this is usually caused by a connection that gets dropped after a certain amount of time. Running ssh with a keep-alive option has helped a lot, something like:

ssh -o ServerAliveInterval=60 myname@myhost.com
profile picture
kyager
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande