ssh-proxy icon indicating copy to clipboard operation
ssh-proxy copied to clipboard

🐳 Dockerized SSH bastion to proxy SSH connections to arbitrary containers.

Results 1 ssh-proxy issues
Sort by recently updated
recently updated
newest added

We need to pass these variables to `update_authorized_keys.py` 1. `SSH_TARGET_PUBLICKEY_API_PORT` to override the API port 2. Kubernetes info so the `config.load_incluster_config()` can work References: - https://github.com/kubernetes-client/python-base/blob/54d188f89e462e4c829aa9acb44d5c09cc5030ae/config/incluster_config.py#L22-L25 - https://github.com/ml-tooling/ssh-proxy/blob/master/docker-res/ssh/update_authorized_keys.py#L23 Signed-off-by: Ash...