Cuando las conexiónes por ssh tardan un tiempo sin recibir ningun comando, éstas se desconectan. Para evitar esto debemos editar:
nano ~/.ssh/config
Añadir:
Host *
ServerAliveInterval 100
Cuando las conexiónes por ssh tardan un tiempo sin recibir ningun comando, éstas se desconectan. Para evitar esto debemos editar:
nano ~/.ssh/config
Añadir:
Host *
ServerAliveInterval 100