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;

gefragt vor 2 Jahren3440 Aufrufe
1 Antwort
1
Akzeptierte Antwort

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
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen