Skip to content

torsten/ssh-bouncer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SSH Bouncer

A fake SSH daemon which runs on any number of ports, listens for clients, sends them a fake SSH version infos and then keeps the connections open forever to simulate a non-responsive SSH daemon.

This is useful when you run sshd on a non-default port but want to pretend that SSH is running on a standard port.

Configration

You can configure the following things:

  • Ports the daemon should listen to (sb_listen_config)
  • Fake version strings to send to clients (sb_listen_config)
  • User and group id which the daemon will run as (sb_userid)
  • chroot folder to switch to (sb_chroot)

Edit the first few lines if ssh-bouncer.c and then re-compile to do this.

License

This daemon is MIT licensed (see ssh-bouncer.c), copyright © 2012 Torsten Becker [email protected].

About

Fake SSH daemon which simulates non-responsiveness.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages