kubectl-plugin-ssh-jump icon indicating copy to clipboard operation
kubectl-plugin-ssh-jump copied to clipboard

A kubectl plugin to access nodes or remote services using a SSH jump Pod

Results 3 kubectl-plugin-ssh-jump issues
Sort by recently updated
recently updated
newest added

Hi, I followed the instructions on https://github.com/yokawasa/kubectl-plugin-ssh-jump#case-2-access-remote-serivces-via-ssh-local-port-forwarding but receive the following error: ``` Setting destination name as 'jumphost' allows to ssh into SSH jump Pod as 'root' user using: port=22...

Hey 👋 great plugin! :) It looks very promising, but I see that there are some problems if there is a one user, but with two connections. **Example:** Terminal 1:...

1. Clean all the things. ``` $ kubectl ssh-jump minikube -u myuser -i ~/.ssh/id_rsa -p ~/.ssh/id_rsa.pub --cleanup-jump --cleanup-agent using: port=22 Agent pid 1968168 ssh-agent is already running Forwarding from 127.0.0.1:2222...