SSH Server block a connection by IP?

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
tcaduto12068
Posts: 132
Joined: Wed 17 Aug 2016 05:57

SSH Server block a connection by IP?

Post by tcaduto12068 » Mon 28 Nov 2016 18:18

Hi,
I have a need to block a IP that is connecting to my SBridge SSH server.
The afterClientConnect event is no good because that fires after the user has logged on.

for example if I telnet to the server in a command prompt window it shows the banner and just sits there, this is the point I need to be able to drop a connection if it matches a certain IP address.

The ssh server component needs a BeforeClientConnect or something like that where a connection could be dropped.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: SSH Server block a connection by IP?

Post by ViktorV » Mon 05 Dec 2016 13:46

At present SecureBridge does not support this functionality. We will add the TScSSHServer.BeforeClientConnect event in one of the next SecureBridge releases.

Post Reply