this post was submitted on 09 May 2025
61 points (94.2% liked)

Linux

54425 readers
566 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
61
SSH managers on Linux? (lemmy.sdf.org)
submitted 2 weeks ago* (last edited 2 weeks ago) by [email protected] to c/[email protected]
 

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.

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 2 weeks 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

[–] [email protected] 9 points 2 weeks ago

Just the old .ssh/config file, works like a charm on all terminals :)

[–] [email protected] 2 points 2 weeks ago

ssh.serverdomain scripts that immediately can do things like turn on the required vpn. In combo with SSH keys and non port 22, it's ideal

[–] [email protected] 7 points 2 weeks ago (1 children)

Konsole has an SSH Manager plugin you can enable.

[–] [email protected] 1 points 2 weeks ago (1 children)

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.

[–] [email protected] 1 points 2 weeks 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.

[–] [email protected] 4 points 2 weeks ago

I hear ya on RDP. Sadly I still need to use that at times so reminna is good.

Otherwise, I just use tmux. Colleagues use https://midnight-commander.org/ for SCP and stuff of you like. I prefer simple rsync and whatever but they seem to like it. Something to look into.

[–] [email protected] 13 points 2 weeks ago* (last edited 2 weeks ago) (1 children)
[–] [email protected] 1 points 2 weeks ago (1 children)

Thanks for the reminder, I always forget about this feature, I should use it more.

[–] [email protected] 1 points 2 weeks ago

I had to be a KDE user for 7 years or something to first notice it is there.

[–] [email protected] 7 points 2 weeks ago

in my terminal I press ctrl + r and then type the name of the machine

[–] [email protected] 6 points 2 weeks ago (1 children)

The reason you are having trouble finding a replacement is because thats not really how the linux world approaches things.

Learn the terminal, scp, ssh (esp key auth if you havent), sshfs, tmux, vim or emacs and you will find you are incredibly effective at modern admin tasks. If you havent already, look into something like saltstack or ansible to make your life even easier.

[–] [email protected] 2 points 2 weeks ago (2 children)

I use those tools already and have been administering Linux/bsd/docker for years. What's new for me is using it as a desktop. The existence of scp, ssh etc dont solve this problem and while I find it interesting to learn how other admins are essentially making their own central console out of these components, it is a bit much seeing commenters insist that this is the same thing, or suggesting that anyone who wants a central console for their remote systems must be somehow incompetent. Sysadmins can have different workflow and tooling preferences.

[–] [email protected] 2 points 2 weeks ago (1 children)

Folders, ssh, key auth, sftp and scp are the main things I’m looking for.

suggesting that anyone who wants a central console for their remote systems must be somehow incompetent

IMHO that's exactly what ~/.ssh/config using its Include directive as shown in https://lemmy.ml/post/29858248/18510482

       Include
               Include the specified configuration file(s).  Multiple
               pathnames may be specified and each pathname may contain
               glob(7) wildcards, tokens as described in the “TOKENS”
               section, environment variables as described in the
               “ENVIRONMENT VARIABLES” section and, for user
               configurations, shell-like ‘~’ references to user home
               directories.  Wildcards will be expanded and processed in
               lexical order.  Files without absolute paths are assumed
               to be in ~/.ssh if included in a user configuration file
               or /etc/ssh if included from the system configuration
               file.  Include directive may appear inside a Match or Host
               block to perform conditional inclusion.

from https://man7.org/linux/man-pages/man5/ssh_config.5.html

So what I think people are highlighting is not that your need is wrong, rather that you rather than going back to fundamentals (e.g. lower command-line or even configuration here level stuff) you are looking for more complex and specialize tools. That tends to be reasonable in the Windows world where people are often looking for GUI but in Linux, started from Unix and thus CLI, this is a process that will often lead to disappointment. I believe people who are saying things perceived negatively here are pointing out, maybe poorly, a cultural difference that will be problematic in the future, thus why they are insisting.

[–] [email protected] 1 points 2 weeks ago
[–] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago)

I've been using Linux for almost 30 years, and I agree with you completely. There should be a plethora of tools to organize SSH hosts, but unfortunately none of them are great, or at least I've never particular gelled with any. I just remember the hostnames and what user I happen to use for each, and copy my keys around, because I jump around between a lot of computers.

I did use SSHwifty for a while because then I could just jump into a browser and go to a webpage with all of them. Dunno why I got away from that, it was handy.

[–] [email protected] 2 points 2 weeks ago

XPipe is what I use, supports syncing via git, SSH, sftp, RDP, vnc, etc.. And can manage docker containers too. It also has scripts you can define that automatically work on any SSH connection.

[–] [email protected] 2 points 2 weeks ago (1 children)

Take a look at PortX. Just installed it today in Windows and Fedora 42. I have a Synchthing server where I store a Veracrypt vault with the public keys.

Remmina is great but no Windows option.

[–] [email protected] 1 points 2 weeks ago

That looks pretty good, cheers. Another comment mentioned Tabby, also cross platform.

Both PortX and Tabby seem a whole lot nicer than winsshterm. Shout out to guacamole for a dockerised jump sever solution.

[–] [email protected] 7 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

How about XPipe?

https://xpipe.io/

It can even auto-configure itself by parsing out your ~/.ssh/config so you can keep everything defined there for easy CLI access but also use the GUI when desired.

[–] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago)

+1 for XPipe. This is pretty much exactly what OP is asking for. It also does SSH tunneling, SSH reverse-tunneling, manages connections into containers, and many other things. I'm a big fan.

[–] [email protected] 1 points 2 weeks ago

I will check this out - thank you.

[–] [email protected] 2 points 2 weeks ago

Muon.

Does SSH, SFTP and other stuff.

load more comments
view more: next ›