docker-bastion icon indicating copy to clipboard operation
docker-bastion copied to clipboard

Bastion — jump host (gate) based on OpenSSH Server

Results 5 docker-bastion issues
Sort by recently updated
recently updated
newest added

I would have thought just changing *bastion* in the volume names to another username would be enough but it isn't.

There's an issue with this line of the docker-compose.yml file: https://github.com/binlab/docker-bastion/blob/b9855473ff083ae395a2aa2bb14bf3950c2c3799/docker-compose.yml#L13 Mounting the authorized_keys file will cause a problem with UID/GID mapping within the container. When I opened an `sh`...

``` Server listening on 0.0.0.0 port 22. User bastion authorized keys /var/lib/bastion/authorized_keys is not a regular file Connection closed by authenticating user bastion 172.19.0.1 port 38242 [preauth] ``` This is...

This makes for a really weak bastion server that can be useful if some cases.

- Python3 is required for sshuttle: https://github.com/sshuttle/sshuttle - Update to Alpine 3.12.0. - Explicitly install openssh-client.