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.

    • plumbercraic@lemmy.sdf.orgOP
      link
      fedilink
      arrow-up
      0
      ·
      11 months ago

      that is cool. I hadn’t tried konsole before - there are menus for days in here, I’ll never get any work done lol. Slick, and makes that fedora kde fling I have been considering more tempting.

      • ikidd@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        11 months ago

        Fedora KDE is what I’ve settled on for the last couple years. I’ve used Linux a very long time, this setup has been completely painless since I installed, and always very up to date.

  • hendrik@palaver.p3x.de
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 months ago

    Uh, I just type ssh or rsync into the terminal and that’s it. It’s a manageable amount of computers/servers I connect to, so I can remeber their names. Regular ssh stores all the keys or custom ports / IPs in its config. What’s the advantage of using some manager?

  • Valon_Blue@sh.itjust.worksBanned from community
    link
    fedilink
    arrow-up
    0
    ·
    11 months ago

    Use Tabby. It is, by far, the closest to a Linux terminal experience. Likely because it’s cross platform. I say this as someone that absolutely despises Windows terminal experiences.

    • plumbercraic@lemmy.sdf.orgOP
      link
      fedilink
      arrow-up
      0
      ·
      11 months ago

      update to say that tabby is nice for ssh including key auth, and with profiles and groups it gets most of the job done. There is an sftp “plugin” but all it does is summon sftp. Will see if I can get it to open filezilla and use the env vars in calling the command. Setting aside RDP for now as guac looks like a good fit there.

  • Peffse@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    11 months ago

    I’ll be watching this discussion, as I’m currently using Remmina. It meet the bare minimum of SSH & RDP, but it doesn’t have a clear method to organize connections and instead uses a big list. I also find the interface a tad counterintuitive, so maybe I’m just using it wrong.

    It also seems to have a bug where it launches twice whenever I start my computer. So I have to close one.

    • plumbercraic@lemmy.sdf.orgOP
      link
      fedilink
      arrow-up
      0
      ·
      11 months ago

      Portx, tabby and guacamole are my contenders so far. Guac would be needed for the graphical stuff - it’s sort of like a jump server running in a docker container that you would vpn into I guess? Neat concept.

    • theit8514@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      11 months ago

      I bought it personally but I would hardly call it expensive. The three year license is like ~67 USD a year for both CRT and FX.

      I love it mainly because it’s multi-platform but I wish it had more features. They boast their great integration with VShell but it would be much better if they just had better support for OpenSSH, like being able to push ssh keys to a host.

  • Zeoic@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 months ago

    Odd that you have so many issues with Remote Desktop Manager, I use it all the time from my linux desktop, and both rdp and ssh work flawlessly

  • Parade du Grotesque@lemmy.sdf.org
    link
    fedilink
    arrow-up
    0
    ·
    11 months ago

    I would say, like many others, Remmina.

    Putty also has a Linux version, so you can use that as well. Its session management is a bit clunky, but it works and it offers some fairly good functionalities.

    But ssh is first and foremost a command line tool. As others have said, invest some time to learn its commands and configuration files.

  • CocaineShrimp@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 months ago

    Not a GUI, but I keep my ~/.ssh/config clean by splitting my configs into folders, and including them in the main ~/.ssh/config.

    I have the folder, ~/.ssh/config.d/, and here’s what it looks like:

    ~/.ssh/config.d
    .
    ├── work
    │   ├── dev.config
    │   ├── staging.config
    │   └── prod.config
    └── server
        ├── development.config
        ├── containers.config
        ├── home.config
        ├── pis.config
        └── server.config
    

    Then my ~/.ssh/config looks like this:

    Include config.d/work/*
    Include config.d/server/*
    Include config.d/other/*
    
    • Eager Eagle@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      11 months ago

      Cool, I did it with my git config a couple weeks ago, I didn’t know you could do it with ssh too.

      for those interested:

      [include]
      path = ~/.config/git/shared.ini
      path = ~/.config/git/dev-machine.ini
      path = ~/.config/git/aliases.ini
      path = ~/.config/git/self.ini
      
    • Xanza@lemm.ee
      link
      fedilink
      English
      arrow-up
      0
      ·
      11 months ago

      Oh well that’s just sexy. Never knew ssh config recognized Include.

  • Termight@lemmy.ml
    link
    fedilink
    English
    arrow-up
    0
    ·
    11 months ago

    Remmina proves a reliable solution for remote desktop access when a graphical interface is required. However, for more streamlined operations, terminal-based SSH access ssh username@remote_host remains the preferred method. Establishing passwordless authentication is, naturally, a matter of convenience. The command ssh-copy-id username@remote_host facilitates this process. It’s a rather elegant solution, isn’t it? A testament to the power of minimalism.

      • slazer2au@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        11 months ago

        I didn’t realise it was windows only. I assumed it was like royal TS where they also have a cross platform client.

  • RandomChain@lemm.ee
    link
    fedilink
    arrow-up
    0
    ·
    11 months ago

    I really like Asbru and have been using it for a couple of years. I used Remmina for a little while but never liked its look and feel.

    Not too much active development has been going on lately, sadly, but the latest version still works very well.

    https://www.asbru-cm.net/