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 )
Some windows ssh tools ( Superputty , mremoteng ) have Connections tab .
Any Linux tools with similar feature .Both GUI / CLI tools are welcome.
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.