Re: Weird sshd-SshServer SSH2_DISCONNECT_PROTOCOL_ERROR - Detected AuthTimeout after messages

2021-05-06 Thread Jean-Baptiste Onofre
Hi Oleg,

Thanks for the update ;)

Regards
JB

> Le 6 mai 2021 à 18:01, Oleg Cohen  a écrit :
> 
> Hi JB,
> 
> Definitely my problem :-) Was able to figure it out. Wrong port for the POD 
> monitoring.
> 
> Thank you!
> Oleg
> 
>> On May 6, 2021, at 10:24 AM, Oleg Cohen  wrote:
>> 
>> Hi JB,
>> 
>> I didn’t install anything specific. No Decanter. Is there a way to trace and 
>> see where the SSH requests are coming from?
>> 
>> Thank you!
>> Oleg
>> 
>>> On May 6, 2021, at 10:10 AM, Jean-Baptiste Onofre  wrote:
>>> 
>>> Hi Oleg,
>>> 
>>> Maybe you have a monitoring solution (as Decanter) that pull the MBean, and 
>>> so perform ssh connection when listing the instances in the InstanceMBean.
>>> 
>>> It seems that something tries a ssh connect ;)
>>> 
>>> Regards
>>> JB
>>> 
 Le 6 mai 2021 à 15:53, Oleg Cohen  a écrit :
 
 Greetings,
 
 I started a new karat instance in a Kubernetes pod from a custom distro.
 
 I am seeing the following set of messages in the log every few seconds. 
 
 2021-05-06T13:49:30,946 | INFO  | 
 sshd-SshServer[7467ccad](port=8101)-timer-thread-1 | ServerSessionImpl 
| 309 - org.apache.sshd.osgi - 2.5.1 | 
 Disconnecting(ServerSessionImpl[null@/169.254.175.250:49648]): 
 SSH2_DISCONNECT_PROTOCOL_ERROR - Detected AuthTimeout after 120034/12 
 ms.
 2021-05-06T13:49:30,946 | WARN  | 
 sshd-SshServer[7467ccad](port=8101)-timer-thread-1 | ServerSessionImpl 
| 309 - org.apache.sshd.osgi - 2.5.1 | 
 disconnect(ServerSessionImpl[null@/169.254.175.250:49648]) operation 
 failed (IOException) for reason=SSH2_DISCONNECT_PROTOCOL_ERROR [Detected 
 AuthTimeout after 120034/12 ms.]: Broken pipe
 2021-05-06T13:49:30,946 | WARN  | 
 sshd-SshServer[7467ccad](port=8101)-nio2-thread-2 | ServerSessionImpl  
   | 309 - org.apache.sshd.osgi - 2.5.1 | 
 exceptionCaught(ServerSessionImpl[null@/169.254.175.250:49648])[state=Opened]
  IOException: Broken pipe
 
 The pod is completely isolated.
 
 Wonder if anybody has encountered this behavior before?
 
 Thank you!
 Oleg
>>> 
>> 
> 



Re: Weird sshd-SshServer SSH2_DISCONNECT_PROTOCOL_ERROR - Detected AuthTimeout after messages

2021-05-06 Thread Oleg Cohen
Hi JB,

Definitely my problem :-) Was able to figure it out. Wrong port for the POD 
monitoring.

Thank you!
Oleg

> On May 6, 2021, at 10:24 AM, Oleg Cohen  wrote:
> 
> Hi JB,
> 
> I didn’t install anything specific. No Decanter. Is there a way to trace and 
> see where the SSH requests are coming from?
> 
> Thank you!
> Oleg
> 
>> On May 6, 2021, at 10:10 AM, Jean-Baptiste Onofre  wrote:
>> 
>> Hi Oleg,
>> 
>> Maybe you have a monitoring solution (as Decanter) that pull the MBean, and 
>> so perform ssh connection when listing the instances in the InstanceMBean.
>> 
>> It seems that something tries a ssh connect ;)
>> 
>> Regards
>> JB
>> 
>>> Le 6 mai 2021 à 15:53, Oleg Cohen  a écrit :
>>> 
>>> Greetings,
>>> 
>>> I started a new karat instance in a Kubernetes pod from a custom distro.
>>> 
>>> I am seeing the following set of messages in the log every few seconds. 
>>> 
>>> 2021-05-06T13:49:30,946 | INFO  | 
>>> sshd-SshServer[7467ccad](port=8101)-timer-thread-1 | ServerSessionImpl  
>>>   | 309 - org.apache.sshd.osgi - 2.5.1 | 
>>> Disconnecting(ServerSessionImpl[null@/169.254.175.250:49648]): 
>>> SSH2_DISCONNECT_PROTOCOL_ERROR - Detected AuthTimeout after 120034/12 
>>> ms.
>>> 2021-05-06T13:49:30,946 | WARN  | 
>>> sshd-SshServer[7467ccad](port=8101)-timer-thread-1 | ServerSessionImpl  
>>>   | 309 - org.apache.sshd.osgi - 2.5.1 | 
>>> disconnect(ServerSessionImpl[null@/169.254.175.250:49648]) operation failed 
>>> (IOException) for reason=SSH2_DISCONNECT_PROTOCOL_ERROR [Detected 
>>> AuthTimeout after 120034/12 ms.]: Broken pipe
>>> 2021-05-06T13:49:30,946 | WARN  | 
>>> sshd-SshServer[7467ccad](port=8101)-nio2-thread-2 | ServerSessionImpl   
>>>  | 309 - org.apache.sshd.osgi - 2.5.1 | 
>>> exceptionCaught(ServerSessionImpl[null@/169.254.175.250:49648])[state=Opened]
>>>  IOException: Broken pipe
>>> 
>>> The pod is completely isolated.
>>> 
>>> Wonder if anybody has encountered this behavior before?
>>> 
>>> Thank you!
>>> Oleg
>> 
> 



Re: Weird sshd-SshServer SSH2_DISCONNECT_PROTOCOL_ERROR - Detected AuthTimeout after messages

2021-05-06 Thread Oleg Cohen
Hi JB,

I didn’t install anything specific. No Decanter. Is there a way to trace and 
see where the SSH requests are coming from?

Thank you!
Oleg

> On May 6, 2021, at 10:10 AM, Jean-Baptiste Onofre  wrote:
> 
> Hi Oleg,
> 
> Maybe you have a monitoring solution (as Decanter) that pull the MBean, and 
> so perform ssh connection when listing the instances in the InstanceMBean.
> 
> It seems that something tries a ssh connect ;)
> 
> Regards
> JB
> 
>> Le 6 mai 2021 à 15:53, Oleg Cohen  a écrit :
>> 
>> Greetings,
>> 
>> I started a new karat instance in a Kubernetes pod from a custom distro.
>> 
>> I am seeing the following set of messages in the log every few seconds. 
>> 
>> 2021-05-06T13:49:30,946 | INFO  | 
>> sshd-SshServer[7467ccad](port=8101)-timer-thread-1 | ServerSessionImpl   
>>  | 309 - org.apache.sshd.osgi - 2.5.1 | 
>> Disconnecting(ServerSessionImpl[null@/169.254.175.250:49648]): 
>> SSH2_DISCONNECT_PROTOCOL_ERROR - Detected AuthTimeout after 120034/12 ms.
>> 2021-05-06T13:49:30,946 | WARN  | 
>> sshd-SshServer[7467ccad](port=8101)-timer-thread-1 | ServerSessionImpl   
>>  | 309 - org.apache.sshd.osgi - 2.5.1 | 
>> disconnect(ServerSessionImpl[null@/169.254.175.250:49648]) operation failed 
>> (IOException) for reason=SSH2_DISCONNECT_PROTOCOL_ERROR [Detected 
>> AuthTimeout after 120034/12 ms.]: Broken pipe
>> 2021-05-06T13:49:30,946 | WARN  | 
>> sshd-SshServer[7467ccad](port=8101)-nio2-thread-2 | ServerSessionImpl
>> | 309 - org.apache.sshd.osgi - 2.5.1 | 
>> exceptionCaught(ServerSessionImpl[null@/169.254.175.250:49648])[state=Opened]
>>  IOException: Broken pipe
>> 
>> The pod is completely isolated.
>> 
>> Wonder if anybody has encountered this behavior before?
>> 
>> Thank you!
>> Oleg
> 



Re: Weird sshd-SshServer SSH2_DISCONNECT_PROTOCOL_ERROR - Detected AuthTimeout after messages

2021-05-06 Thread Jean-Baptiste Onofre
Hi Oleg,

Maybe you have a monitoring solution (as Decanter) that pull the MBean, and so 
perform ssh connection when listing the instances in the InstanceMBean.

It seems that something tries a ssh connect ;)

Regards
JB

> Le 6 mai 2021 à 15:53, Oleg Cohen  a écrit :
> 
> Greetings,
> 
> I started a new karat instance in a Kubernetes pod from a custom distro.
> 
> I am seeing the following set of messages in the log every few seconds. 
> 
> 2021-05-06T13:49:30,946 | INFO  | 
> sshd-SshServer[7467ccad](port=8101)-timer-thread-1 | ServerSessionImpl
> | 309 - org.apache.sshd.osgi - 2.5.1 | 
> Disconnecting(ServerSessionImpl[null@/169.254.175.250:49648]): 
> SSH2_DISCONNECT_PROTOCOL_ERROR - Detected AuthTimeout after 120034/12 ms.
> 2021-05-06T13:49:30,946 | WARN  | 
> sshd-SshServer[7467ccad](port=8101)-timer-thread-1 | ServerSessionImpl
> | 309 - org.apache.sshd.osgi - 2.5.1 | 
> disconnect(ServerSessionImpl[null@/169.254.175.250:49648]) operation failed 
> (IOException) for reason=SSH2_DISCONNECT_PROTOCOL_ERROR [Detected AuthTimeout 
> after 120034/12 ms.]: Broken pipe
> 2021-05-06T13:49:30,946 | WARN  | 
> sshd-SshServer[7467ccad](port=8101)-nio2-thread-2 | ServerSessionImpl 
>| 309 - org.apache.sshd.osgi - 2.5.1 | 
> exceptionCaught(ServerSessionImpl[null@/169.254.175.250:49648])[state=Opened] 
> IOException: Broken pipe
> 
> The pod is completely isolated.
> 
> Wonder if anybody has encountered this behavior before?
> 
> Thank you!
> Oleg



Weird sshd-SshServer SSH2_DISCONNECT_PROTOCOL_ERROR - Detected AuthTimeout after messages

2021-05-06 Thread Oleg Cohen
Greetings,

I started a new karat instance in a Kubernetes pod from a custom distro.

I am seeing the following set of messages in the log every few seconds. 

2021-05-06T13:49:30,946 | INFO  | 
sshd-SshServer[7467ccad](port=8101)-timer-thread-1 | ServerSessionImpl  
  | 309 - org.apache.sshd.osgi - 2.5.1 | 
Disconnecting(ServerSessionImpl[null@/169.254.175.250:49648]): 
SSH2_DISCONNECT_PROTOCOL_ERROR - Detected AuthTimeout after 120034/12 ms.
2021-05-06T13:49:30,946 | WARN  | 
sshd-SshServer[7467ccad](port=8101)-timer-thread-1 | ServerSessionImpl  
  | 309 - org.apache.sshd.osgi - 2.5.1 | 
disconnect(ServerSessionImpl[null@/169.254.175.250:49648]) operation failed 
(IOException) for reason=SSH2_DISCONNECT_PROTOCOL_ERROR [Detected AuthTimeout 
after 120034/12 ms.]: Broken pipe
2021-05-06T13:49:30,946 | WARN  | 
sshd-SshServer[7467ccad](port=8101)-nio2-thread-2 | ServerSessionImpl   
 | 309 - org.apache.sshd.osgi - 2.5.1 | 
exceptionCaught(ServerSessionImpl[null@/169.254.175.250:49648])[state=Opened] 
IOException: Broken pipe

The pod is completely isolated.

Wonder if anybody has encountered this behavior before?

Thank you!
Oleg