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/120000 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/120000 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