Every few hours, I get a few of those in my server logs:
sshd[...]: Disconnecting: Change of username or service not allowed: (httpd,ssh-connection) -> (http,ssh-connection) [preauth]
sshd[...]: Disconnecting: Change of username or service not allowed: (identd,ssh-connection) -> (ident,ssh-connection) [preauth]
sshd[...]: Disconnecting: Change of username or service not allowed: (administrator,ssh-connection) -> (admin,ssh-connection) [preauth]
sshd[...]: Disconnecting: Change of username or service not allowed: (admins,ssh-connection) -> (admin,ssh-connection) [preauth]
sshd[...]: Disconnecting: Change of username or service not allowed: (admissions,ssh-connection) -> (adm,ssh-connection) [preauth]
...other attempts of the same kind: tony -> to, users -> user, wwwrun -> www, ...
Apparently, someone tries to confuse my ssh daemon by first identifying himself as foo
and then as somePrefixOfFoo
(without success, obviously).
Is or was there some specific vulnerability in SSH which would allow such an attack to succeed?