LINUX.ORG.RU

Периодически рвётся подключение по SSH. В чём проблема?

 , ,


0

1

Здравствуйте. Подключаемся с приятелем к Banana Pi по SSH. Днём вроде бы всё нормально, а ночью едва успеваем авторизоваться в системе и запустить mc, как подключение рвётся, и какое-то время подключиться больше не получается. Потом, через какое-то время отпустит, снова подключаемся и авторизовываемся... И, через несколько секунд, снова выбрасывает. При этом пишется:

failed to connect to 12.34.56.78/12.34.56.78 (port 2222): connect failed: ECONNREFUSED (Connection refused)

Подскажите, пожалуйста, в чём неправ?


Ответ на: комментарий от ziemin

Когда совсем не подключается после выброса из SSH:

OpenSSH_6.0p1 Debian-4+deb7u2, OpenSSL 1.0.1e 11 Feb 2013
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: auto-mux: Trying existing master
debug1: Control socket "/tmp/ssh_mux_12.34.56.78_2222_root" does not exist
debug2: ssh_connect: needpriv 0
debug1: Connecting to 12.34.56.78 [12.34.56.78] port 2222.
debug1: connect to address 12.34.56.78 port 2222: Connection refused
ssh: connect to host 12.34.56.78 port 2222: Connection refused

Когда подключился:

OpenSSH_6.0p1 Debian-4+deb7u2, OpenSSL 1.0.1e 11 Feb 2013
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug1: auto-mux: Trying existing master
debug2: fd 3 setting O_NONBLOCK
debug2: mux_client_hello_exchange: master version 4
debug3: mux_client_forwards: request forwardings: 0 local, 0 remote
debug3: mux_client_request_session: entering
debug3: mux_client_request_alive: entering
debug3: mux_client_request_alive: done pid = 1561
debug3: mux_client_request_session: session request sent
debug1: mux_client_request_session: master session id: 2

Sferg
() автор топика
Ответ на: комментарий от Sferg

Кстати на стороне сервера ничего подозрительного в системном журнале нет? Сеть не отваливается?

На стороне клиента можно включить пинг и посмотреть, что происходит в момент отваливания.

ziemin ★★
()

Что у вас в /etc/ssh/ssh_config ?

У меня в ~/.ssh/config прописано

Host *
 KeepAlive yes
 ServerAliveInterval 60
Также при частом реконекте можно попобовать использовать autossh.

Wind ★★★
()
Ответ на: комментарий от Wind

К файлу /etc/ssh/ssh_config даже не притрагивался:

# This is the ssh client system-wide configuration file.  See
# ssh_config(5) for more information.  This file provides defaults for
# users, and the values can be changed in per-user configuration files
# or on the command line.

# Configuration data is parsed as follows:
#  1. command line options
#  2. user-specific file
#  3. system-wide file
# Any configuration value is only changed the first time it is set.
# Thus, host-specific definitions should be at the beginning of the
# configuration file, and defaults at the end.

# Site-wide defaults for some commonly used options.  For a comprehensive
# list of available options, their meanings and defaults, please see the
# ssh_config(5) man page.

Host *
#   ForwardAgent no
#   ForwardX11 no
#   ForwardX11Trusted yes
#   RhostsRSAAuthentication no
#   RSAAuthentication yes
#   PasswordAuthentication yes
#   HostbasedAuthentication no
#   GSSAPIAuthentication no
#   GSSAPIDelegateCredentials no
#   GSSAPIKeyExchange no
#   GSSAPITrustDNS no
#   BatchMode no
#   CheckHostIP yes
#   AddressFamily any
#   ConnectTimeout 0
#   StrictHostKeyChecking ask
#   IdentityFile ~/.ssh/identity
#   IdentityFile ~/.ssh/id_rsa
#   IdentityFile ~/.ssh/id_dsa
#   Port 22
#   Protocol 2,1
#   Cipher 3des
#   Ciphers aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc
#   MACs hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160
#   EscapeChar ~
#   Tunnel no
#   TunnelDevice any:any
#   PermitLocalCommand no
#   VisualHostKey no
#   ProxyCommand ssh -q -W %h:%p gateway.example.com
    SendEnv LANG LC_*
    HashKnownHosts yes
    GSSAPIAuthentication yes
    GSSAPIDelegateCredentials no
Sferg
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.