Skip to content

gombadi/simplessh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplessh

Simple SSH server that logs user/passwords used to try and connect. All connections are denied.

Install

$ go get github.com/gombadi/simplessh

Dependencies are handled by the Go vendor directory. Note: This means the codebase requires Go 1.5 or higher and use of GO15VENDOREXPERIMENT=1

Usage

Think Honeypot. You can never actually connect to this server but if anyone does it will display the SSH Keys and/or passwords used.

About

Simple SSH server that logs user/passwords used to try and connect. All connections are denied.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages