Skip to content

ilyaluk/bastion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bastion

Simple, yet reasonably secure SSH bastion with full logging support

Usage

# You can use any inetd-like service
# TODO: systemd unit config
socat TCP-LISTEN:2022,reuseaddr,fork,range=127.0.0.1/32 EXEC:"go run cmd/bastion-child/child.go config.yaml"
# Or, simple server:
go run tools/bastiond/cmd/bastiond/main.go tools/bastiond/config/config.yaml

About

SSH bastion in Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages