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
- Host: GitHub
- URL: https://github.com/kwatson/bastion-dev
- Owner: kwatson
- Created: 2021-12-17T19:18:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T19:45:14.000Z (over 4 years ago)
- Last Synced: 2025-11-23T18:05:21.603Z (7 months ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .
```