An open API service indexing awesome lists of open source software.

https://github.com/kwatson/bastion-dev

Little bastion container & dev environment
https://github.com/kwatson/bastion-dev

Last synced: 4 months ago
JSON representation

Little bastion container & dev environment

Awesome Lists containing this project

README

          

# Simple SSH Bastion Container

Simple bastion container with some dev tools installed.

```bash
docker build \
--build-arg default_ssh_key="YOUR SSH PUBLIC KEY" \
--build-arg motd="SSH Bastion" \
-t my-ssh-bastion:latest .
```