Skip to content

Container with SSH client to connect to other machines in isolated environment

License

Notifications You must be signed in to change notification settings

jurikolo/ssh-client-in-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ssh-client-in-k8s

Extremely simple container with only 1 purpose - to act as a bastion / jump host. Some environments are isolated and the only access personnel has is to Kubernetes. With this container, you can connect to a pod and jump to another host using SSH.

Usage

kubectl run mypod -i --rm --image=jurikolo/ssh-client-in-k8s:0.0.1

To connect to a server, enter following command:

ssh -tt -o StrictHostKeyChecking=no -i /root/.ssh/private_key_rsa [email protected]

About

Container with SSH client to connect to other machines in isolated environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published