Quantcast
Channel: Dummy SSH server? - Unix & Linux Stack Exchange
Browsing latest articles
Browse All 3 View Live

Answer by thrig for Dummy SSH server?

Any ssh server could do this, though would need careful configurationto never allow a login. Using OpenSSH or whatever would emit thecorrect log messages for log scanning software. This would...

View Article



Answer by Martin Neitzel for Dummy SSH server?

Use a /etc/ssh/sshd_config with:# Fake std port, blocked:Port 22# non-std port for real service:Port 222 [....]Match LocalPort 22 DenyUsers *You will find attempts/rejects in the usual log file and can...

View Article

Dummy SSH server?

I'm looking for a dummy SSH server that will simply reject any logins, even if they use the credentials of a real system account. As I search, I'm finding honeypots, but I don't want the hacker to...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images