Skip to content
Snippets Groups Projects
Commit 78a42d73 authored by deuce's avatar deuce
Browse files

Connections without a "session" channel get treated as a dupe-free failed

attempt.
parent 4ff07f0c
No related branches found
No related tags found
No related merge requests found
......@@ -5444,6 +5444,7 @@ NO_SSH:
GCESS(i, client_socket, sbbs->ssh_session, "getting channel type");
if (tnamelen != 7 || strnicmp(tname, "session", 7)) {
lprintf(LOG_INFO, "%04d SSH active channel '%s' is not 'session', disconnecting.", client_socket, tname);
loginFailure(startup->login_attempt_list, &client_addr, "SSH", NULL, NULL);
// Fail because there's no session.
ssh_failed = 3;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment