Curious what folks are using to organise their remote connections? I liked WinSSHTerm and have tried replacing it with Remote Desktop Manager, but it seems a bit broken (fonts look terrible in a terminal, sftp doesn’t work, RDP sort of works, but it’s not great).

RDP is not a must. Folders, ssh, key auth, sftp and scp are the main things I’m looking for. Currently considering Remmina but though I would check if ppl have strong views on this topic before trying the next app.

I’m using cinnamon with mint 22.

  • ignoble_stigmas@sh.itjust.works
    link
    fedilink
    arrow-up
    3
    ·
    1 day ago

    You can have multiple ssh config files, with includes, to keep the configurations structured and organized, and not one long dump file, then use any gui terminal app that supports tabs. And tab+auto complete hostnames from the said configs. Some apps also support something like multiple profiles, so you can put there your ssh <host> command, if you want some gui lists. I follow this approach and it is very portable, as the only thing I need to care about are my config files.

    • plumbercraic@lemmy.sdf.orgOP
      link
      fedilink
      arrow-up
      1
      ·
      1 day ago

      I dunno. The folders keep things sorted between work and home. And within work each client. And within there the prod and staging systems are separated. I guess I could make separate scripts for each host but that’s kind of what I want the manager for. Also not sure how this covers the right click, copy files workflow of scp or sftp.