Native remote SSH client for Rancher containers

I wrote a ssh client/terminal for rancher containers, I’d like to share with you guys.

With this cli tool, you can login into any containers which managed by Rancher host from your laptop.
And more, you don’t have to remember the containerID or hostname of your containers, just connect to them by fuzzy container name matching.

and you don’t have to run SSH service in your containers. everything just work like a charm.

It was written in Golang,

PLEASE REMEMBER:
I made this tool NOT for production setup. it’s not recommend to manage your containers by SSH !!
But for dev and debugging, it’s really convenient.

Hope you enjoy!

1 Like