SSH connections manager

https://lemmy.world/post/8030266

SSH connections manager - Lemmy.World

Some windows ssh tools ( Superputty , mremoteng ) have Connections tab . Any Linux tools with similar feature .Both GUI / CLI tools are welcome. + Need to restore session files ( from Superputty or mremoteng )

man ssh_config
There is too many ssh servers, Any scripts/way to import ssh connection details ( sessions.xml from Superputty/mremoteng ) to ssh_config file. Still, I will need to check different groups of servers ( preferably a tabbed list as in post image )

Well, importing settings from one manager to another is also a problem. It can be solved with a smple script, but you need to learn structure of both configs to write it. Or try to search on github, maybe someone has already solved this.

A tabbed list can be replaced with shell autocompletion. If you name servers in config like _group_subgroup_server, you only need to type few characters and hit Tab to find a server you need.

Write a script.
Yep, I just dump everything to files included from .ssh/config, manager by git. Shell auto-completion does the work for me. Simple, fast and effective.
Remina
Its RDP client, not SSH
Thats funny as i ise it as ssh to 30 servers at work…… yes is supports rdp and also gasp vnc.
It’s focus may be rdp, but it supports SSH connections just fine. I switched my main driver yesterday from Windows to Debian (Cinnamon). I came out looking for the same thing as OP, Remmina fitted right in as an SSH connections manager
I use Tabby. Easy to configure ssh connections, sql sessions, or any other terminal based program, also has built in sftp for ssh sessions. Very configurable, great eye candy especially if you know a little css. tabby.sh
Tabby - a terminal for a more modern age

Tabby is a free and open source SSH, local and Telnet terminal with everything you'll ever need.

Tabby looks nice. Is there a way to restore session config from Superputty / mremoteng ?
I love how tabby contains all keys, identities, configurations etc. But it is sluggish compared to the competition.
Mobaxterm is my favorite so far
Uhm, OP was asking for a Linux tool.
That’s embarrassing…
Don’t worry, I wish there was a Linux equivalent to MobaXterm anyway.
I forgot that the job where I discovered it mandated Windows machines…
This at least looks similar… www.asbru-cm.net
Ásbrú Connection Manager

It kinda is but I’ve tried it and it’s very clunky. MobaXTerm is the bees knees in comparison.
Dang. It was very useful for me when I had dozens of machines to SSH to. And I only scratched the surface
You can make your own bash/ fish/ python menu Peru easily if what you want is to have an “address book” or a spotted dialer to you’re ssh servers. Let me know if you’re curious and I could share mine.
yes, please share
Updated post with example.
KDE’s Konsole has one built-in