Strange openssh-server log in /var/log/auth.log
Asked Answered
X

2

7

I found a very strange entry in my log files

Jan 29 01:35:30 vs-proj-handy sshd[5316]: Received disconnect from 130.207.203.56: 11: These aren't the droids we're looking for. [preauth] 

I guess the message "These aren't the droids we're looking for." is some kind of quit messsage? But if it is, how can i reproduce that? I couldn't find any place where opensshd stores its standard disconnect strings.

So is this quit message a standard one OR if not, how can i reproduce that?

Xeric answered 29/1, 2014 at 13:13 Comment(0)
P
7

To directly answer your question, that message comes from the client. The server simply records whatever message the client sent before disconnecting.

I had the exact same message in my log files this morning. The IP address belongs to Georgia Tech. On my server, they didn't try to login or do anything malicious. They just connected and then disconnected leaving that message.

I'm going to go out on a limb and say it was probably some students at Georgia Tech using code from a libssh2 example for laughs. See http://www.libssh2.org/examples/ssh2_agent.html, search for "Normal Shutdown, Thank you for playing" to see where a custom disconnect message could be easily inserted.

Prothalamium answered 29/1, 2014 at 15:32 Comment(2)
I got the same message today, and also from an IP address coming from Georgia Tech.Horsa
why These aren't the droids we're looking for?Vuillard
E
1

I sent a note to the GA Tech abuse address after seeing 5 of these in my logs. I received a prompt reply that:

This activity is part of an ongoing research project here at Georgia Tech.

I'm surprised their custom disconnect message does not provide information on the research project.

Enclasp answered 16/3, 2014 at 19:18 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.