SSH client with termius-like interface.

alexdeathway@programming.dev to Open Source@lemmy.ml – 19 points –

Already using Termius and xpipe, also what are good practices for backing or migrating config from one system to another?

6

I love Tabby

Multiplatform, customizable, featurerich and has plugins (docker etc.)

Tabby is a nice all-in-one solution, though it will trigger some people with its design choices and it being electron based. I liked it when I had to keep track of different machines with different keys. Albeit it is something that can be achieved with ssh config and a dot file manager.

Lol electron for a terminal? Consider me triggered!

I scanned the list of features, and a lot of them are already handled by external tools shipped by the OS. E.g. tmux, cu, ssh, telnet.

My ssh connection manager is my shell history and fzf :)

I love Tabby simply because it allows me to set it up like the drop down terminal in Quake. Specifically its capabilities make my use of it easier and far more capable than something like guake.

There's plenty of good terminals out there, the question is what features that you need in it?

As for syncing configurations, check out a dot file manager such as chezmoi unless you want to sync over bare git.