jaksi / sshesame

An easy to set up and use SSH honeypot, a fake SSH server that lets anyone in and logs their activity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unsupported global request type no-more-sessions@openssh.com

jaksi opened this issue · comments

This is an OpenSSH-specific global request. It is supposed to prevent future session channels from being open.
From the OpenSSH protocol documentation:

On receipt of such a message, an OpenSSH server will refuse to open future channels of type "session" and instead immediately abort the connection.

This is not directly useful to get more data from and information about clients (attackers), but it would get us a bit closer to how OpenSSH server behaves and might convince clients to engage.