Skip to content

j0rsa/remote-dev

Repository files navigation

Remote dev container

Dev container with pub key ssh access

This container is mostly created to let IDEs be able to connect to a container powerful cluster to let a developer work without headphones on a head 🙉 100% times

Originally designed for Jetbrains Gateway evaluation on K8S

Test locally

pub=$(cat ~/.ssh/id_rsa.pub)
docker run --rm -it -p 2222:22 -e PUBLIC_KEY="$pub" --name gate j0rsa/remove-dev
ssh-keygen -R "[localhost]:2222"
ssh user@localhost -P 2222

About

Dev container with pub key ssh access

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published