sshhipot icon indicating copy to clipboard operation
sshhipot copied to clipboard

Can this be used to intercept connections to all SSH servers, instead of just the specified one?

Open unsocial-bleach opened this issue 3 years ago • 2 comments

I want to use this to intercept all SSH connection traffic, and not just the one specified with the -cs flag. Is this possible currently?

unsocial-bleach avatar Dec 17 '21 22:12 unsocial-bleach

Howdy.

I've not touched the code in a good long time, but, no, it was only really meant to connect to a single server.

You basically want to MitM all SSH traffic on a network?

magisterquis avatar Dec 26 '21 19:12 magisterquis

That's correct yeah, I want to MitM all SSH traffic. This is a diagram of the situation I'm considering.

Do you have any advice on how to go about modifying this project to support this sort of thing? Or is it not really possible?

unsocial-bleach avatar Dec 26 '21 19:12 unsocial-bleach