Easily manage SSH connections through a bastion.
- Clone this repo.
- Copy
bastion_config.json.sample
tobastion_config.json
and update with your settings. - Make
bastion.py
executable (chmod u+x bastion.py
)
To connect to a remote host, just do bastion.py <remote name>
.