Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Docker Compose examples

This folder contains minimal demos for new users to try sshpiper with Docker Compose.

  • username-routing: route by SSH username to an upstream sshd with the username-router plugin.
  • lua-publickey-git-routing: use Lua publickey callback routing to proxy SSH git clone requests to two different upstream git SSH servers.
  • honeypot-on-failure: route logins to a real sshd when the password is correct and silently redirect everything else to a cowrie SSH honeypot.
  • webadmin: browser dashboard (sshpiperd-webadmin) for live session viewing and kill, fronting an sshpiperd instance with the admin gRPC API enabled.