G
G
gremlintv22017-10-17 08:02:37
SSH
gremlintv2, 2017-10-17 08:02:37

Why can some clients connect to the host via ssh, while others have a problem - ssh freezes?

I can’t unearth the reason for this behavior: some clients can connect to the host via ssh, while others have a problem - ssh hangs at the debug1 connecting to host stage, can you tell me which way to dig?
I thought that the problem was in the version of ssh clients: but out of two clients with the same version of ssh, OS and the same external ip, one can connect, and the second hangs.
I also tried to play with the parameters:

TCPKeepAlive yes
ClientAliveInterval 120


Host *
TCPKeepAlive yes
ServerAliveInterval 30

Did not help.
On an Ubuntu 16.04 host, on clients, different OSes (from desktop Ubuntu 16.04 to Centos 7), some connect, others freeze. I can not understand the reason for this behavior, maybe you can tell me from personal experience how to solve such a trouble?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Saboteur, 2017-10-17
@saboteur_kiev

Enable the -vvv option and watch the logs. Most likely the list of available encryption methods is different.

R
RomanStrlcpy, 2017-10-17
@RomanStrlcpy

MTU on client interfaces what?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question