https://github.com/computestacks/cs-docker-bastion
ComputeStacks SSH Bastion Container
https://github.com/computestacks/cs-docker-bastion
container-image docker-image mosh sftp ssh
Last synced: 30 days ago
JSON representation
ComputeStacks SSH Bastion Container
- Host: GitHub
- URL: https://github.com/computestacks/cs-docker-bastion
- Owner: ComputeStacks
- Created: 2021-11-13T21:45:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-06T00:30:46.000Z (10 months ago)
- Last Synced: 2025-08-06T02:33:18.419Z (10 months ago)
- Topics: container-image, docker-image, mosh, sftp, ssh
- Language: Dockerfile
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Bastion host for ComputeStack Projects
[](https://github.com/ComputeStacks/cs-docker-bastion/actions/workflows/build-image.yml)
This provides a bastion environment for projects running within ComputeStacks.
The will:
1) Install any ssh keys linked to the project and/or users.
2) Mount volumes for other services within the project
3) Provide ssh, sftp, and [mosh access](https://github.com/mobile-shell/mosh)
4) Provide developer tools such as: git, rsync, wp-cli, compose, yarn, npm, mysql-cli, postgres-cli.
_Note: This makes use of the metadata service provided by ComputeStacks. Not all features may work in your environment._
Based on source code and ideas from: [atmoz/sftp](https://github.com/atmoz/sftp)
## Submitting Issues
If you encounter a technical issue, you may [open an issue](https://github.com/ComputeStacks/cs-docker-bastion/issues). However, for questions or how-to's, please [post on our forum](https://forum.computestacks.com).
## Contributing
Contributions are welcome! Before you submit a pull request, feel free to [post on our forum](https://forum.computestacks.com) your idea and we can have a discussion.