Displaying 3 results from an estimated 3 matches for "jschexception".
2016 Sep 14
2
com.jcraft.jsch.JSchException: Auth fail
Hi,
I've come across some messages from sshd (OpenSSH 6.7) in my auth.log that
I hadn't noticed before:
sshd[32008]: error: Received disconnect from x.x.x.x: 3: \
com.jcraft.jsch.JSchException: Auth fail [preauth]
I was kinda puzzled why sshd would emit some JCraft[0] messages and the
best explanation I found was this Serverfault[1] answer, quoting a snippet
from packet.c:1965 and adding:
> It looks like openssh server passes through the last message from the
> client in its...
2015 Sep 21
2
CentOS6 - Break in attempt? What is the Exploit?
This morning's log review revealed this sshd log entry on one of our
web services hosts:
Received disconnect:
11: disconnected by user : 2 Time(s)
3: com.jcraft.jsch.JSchException: reject HostKey: 216.185.71.170 :
1 Time(s)
The IP address used is that of a public facing database query page for
our freight transit information. It is itself a virtual IP address
hosted on the system reporting the error. In other words, if this
were a legitimate connection then the situation...
2015 Sep 21
0
CentOS6 - Break in attempt? What is the Exploit?
...ure
--
Eero
2015-09-21 11:29 GMT+03:00 James B. Byrne <byrnejb at harte-lyne.ca>:
> This morning's log review revealed this sshd log entry on one of our
> web services hosts:
>
> Received disconnect:
> 11: disconnected by user : 2 Time(s)
> 3: com.jcraft.jsch.JSchException: reject HostKey: 216.185.71.170 :
> 1 Time(s)
>
>
> The IP address used is that of a public facing database query page for
> our freight transit information. It is itself a virtual IP address
> hosted on the system reporting the error. In other words, if this
> were a legitima...