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 )
  • real3245@lemmy.worldOP
    link
    fedilink
    arrow-up
    2
    ·
    10 months ago

    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 )

    • bizdelnick@lemmy.ml
      link
      fedilink
      arrow-up
      7
      ·
      10 months ago

      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.