Skip to content

Cosmicoppai/bastion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Two containers operate within a private Docker network and are accessible from the host via a bastion container that forwards a host port.

To Run containers

docker compose up -d

To login servers via bastion

# From repo root
# moved file as it might give issue if you're running into mounted windows dir in case of wsl
cp ssh_config/test ~/temp/test && chmod 600 ~/temp/test
ssh -F ./ssh_config/config server1
ssh -F ./ssh_config/config server2

About

Demonstration of Bastion Config via containers

Topics

Resources

Stars

Watchers

Forks

Languages