ssh conexão reset - tempo aleatório

0

Então eu tenho tido alguns problemas irritantes com o meu Ubuntu VPS. Minha conexão ssh é descartada aparentemente aleatoriamente. Às vezes fica vivo por horas, às vezes ele cai 3 vezes em 30 segundos.

Eu configurei em /etc/ssh/sshd_config:

ClientAliveInterval 120
ClientAliveCountMax 720

E no cliente em ~/.ssh/config , defino:

ClientAliveInterval 120
ClientAliveCountMax 720
ServerAliveInterval 120

Abaixo está o log, a declaração de redefinição de conexão no final é o que sempre significa uma desconexão. Não vejo nada particularmente crítico nas linhas acima, mas também não sou profissional. Talvez algo se destaque para vocês?

Eu configurei o nível de depuração para debug3 btw como você pode ver para obter o máximo de informações possível:)

Feb 27 09:38:30 ndo2 sshd[20988]: debug1: server_input_channel_req: channel 0 request shell reply 1
Feb 27 09:38:30 ndo2 sshd[20988]: debug1: session_by_channel: session 0 channel 0
Feb 27 09:38:30 ndo2 sshd[20988]: debug1: session_input_channel_req: session 0 req shell
Feb 27 09:38:30 ndo2 sshd[20988]: Starting session: shell on pts/1 for ndo from 94.249.131.2 port 33696 id 0
Feb 27 09:38:30 ndo2 sshd[20988]: debug2: fd 3 setting TCP_NODELAY
Feb 27 09:38:30 ndo2 sshd[20988]: debug3: ssh_packet_set_tos: set IP_TOS 0x10
Feb 27 09:38:30 ndo2 sshd[20988]: debug2: channel 0: rfd 10 isatty
Feb 27 09:38:30 ndo2 sshd[20988]: debug2: fd 10 setting O_NONBLOCK
Feb 27 09:38:30 ndo2 sshd[20988]: debug3: fd 8 is O_NONBLOCK
Feb 27 09:38:30 ndo2 sshd[20988]: debug3: send packet: type 99
Feb 27 09:38:30 ndo2 sshd[20989]: debug1: Setting controlling tty using TIOCSCTTY.
Feb 27 09:38:30 ndo2 sshd[20989]: debug3: Copy environment: XDG_SESSION_ID=324
Feb 27 09:38:30 ndo2 sshd[20989]: debug3: Copy environment: XDG_RUNTIME_DIR=/run/user/1000
Feb 27 09:38:30 ndo2 sshd[20989]: debug3: Copy environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
Feb 27 09:38:30 ndo2 sshd[20989]: debug3: Copy environment: LANG=en_US.UTF-8
Feb 27 09:38:30 ndo2 sshd[20988]: debug3: receive packet: type 98
Feb 27 09:38:30 ndo2 sshd[20988]: debug1: server_input_channel_req: channel 0 request window-change reply 0
Feb 27 09:38:30 ndo2 sshd[20988]: debug1: session_by_channel: session 0 channel 0
Feb 27 09:38:30 ndo2 sshd[20988]: debug1: session_input_channel_req: session 0 req window-change
Feb 27 09:38:31 ndo2 sshd[20988]: debug2: channel 0: rcvd adjust 1216339
Feb 27 09:38:33 ndo2 sshd[20988]: debug3: send packet: type 2
Feb 27 09:38:35 ndo2 sshd[20988]: message repeated 7 times: [ debug3: send packet: type 2]
Feb 27 09:38:35 ndo2 sudo:      ndo : TTY=pts/1 ; PWD=/home/ndo ; USER=root ; COMMAND=/bin/nano /etc/cron.daily/popularity-contest
Feb 27 09:38:35 ndo2 sudo: pam_unix(sudo:session): session opened for user root by ndo(uid=0)
Feb 27 09:38:44 ndo2 sudo: pam_unix(sudo:session): session closed for user root<br>
Feb 27 09:38:46 ndo2 sudo:      ndo : TTY=pts/1 ; PWD=/home/ndo ; USER=root ; COMMAND=/bin/nano /usr/share/popularity-contest/default.conf
Feb 27 09:38:47 ndo2 sudo: pam_unix(sudo:session): session opened for user root by ndo(uid=0)
Feb 27 09:38:52 ndo2 sshd[4355]: debug1: server_input_global_request: rtype [email protected] want_reply 1
Feb 27 09:38:53 ndo2 sudo: pam_unix(sudo:session): session closed for user root
Feb 27 09:38:55 ndo2 sudo:      ndo : TTY=pts/1 ; PWD=/home/ndo ; USER=root ; COMMAND=/bin/nano /etc/cron.daily/popularity-contest
Feb 27 09:38:55 ndo2 sudo: pam_unix(sudo:session): session opened for user root by ndo(uid=0)
Feb 27 09:38:59 ndo2 sudo: pam_unix(sudo:session): session closed for user root
Feb 27 09:39:01 ndo2 CRON[21075]: pam_unix(cron:session): session opened for user root by (uid=0)
Feb 27 09:39:01 ndo2 CRON[21075]: pam_unix(cron:session): session closed for user root
Feb 27 09:39:01 ndo2 sudo:      ndo : TTY=pts/1 ; PWD=/home/ndo ; USER=root ; COMMAND=/bin/nano /etc/popularity-contest.conf
Feb 27 09:39:01 ndo2 sudo: pam_unix(sudo:session): session opened for user root by ndo(uid=0)
Feb 27 09:39:23 ndo2 sudo: pam_unix(sudo:session): session closed for user root<
Feb 27 09:39:36 ndo2 sshd[20988]: Read error from remote host 94.249.131.2: Connection reset by peer
    
por ndom91 27.02.2018 / 09:48

0 respostas