this post was submitted on 09 May 2025
28 points (91.2% liked)

Linux

54028 readers
1396 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
28
SSH managers on Linux? (lemmy.sdf.org)
submitted 9 hours ago* (last edited 9 hours ago) by plumbercraic@lemmy.sdf.org to c/linux@lemmy.ml
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] just_another_person@lemmy.world 9 points 8 hours ago (1 children)

If you're dead set on a GUI for this, I guess you'd be in the minority which is why you're probably not finding a lot out there.

I think Remmina does this though, and it's solid as an RDP client otherwise.

[–] plumbercraic@lemmy.sdf.org 0 points 8 hours ago (2 children)

Yeah seems like Remmina is it. Termius looks nice but the price doesn't make sense.

Surprising that not many Linux sysadmins want a central console with folders for SSH, file copy and remote desktop connections.

[–] just_another_person@lemmy.world 7 points 6 hours ago* (last edited 5 hours ago) (1 children)

As everyone keeps saying...it's just not a thing that actual sysadmins or fluent users need. Using ssh configs is essentially the same thing that you're looking for, but you're just typing alias hostnames instead of clicking on them. Otherwise absolutely no difference. Not many people are connecting by IP address or anything like that.

[–] plumbercraic@lemmy.sdf.org 1 points 6 hours ago (1 children)

It absolutely isn't the same, but I appreciate learning that this is how many linux admins manage their connections.

[–] Nibodhika@lemmy.world 1 points 5 hours ago (1 children)

Why do you think it's not? What feature would a GUI have that's not trivial in a terminal?

[–] plumbercraic@lemmy.sdf.org 0 points 5 hours ago (1 children)

I've explained this at length?

Single app with unified hierarchy for all systems sorted by work, home, client, prod, staging. Within each you can choose to use SSH or VNC or RDP or SFTP or scp. When copying files there's a side by side GUI so you can browse easily. I have done this using various apps in windows for 20 years and couldn't imagine tracking all those servers/routers/devices without a central console.

It is obviously not the same as manually making all these connections and using different apps for each of them and backing them up with git.

[–] jerkface@lemmy.ca 1 points 4 hours ago

It is obviously not the same as manually making all these connections and using different apps for each of them and backing them up with git.

I mean, that's the whole unix philosophy. Rather than one big monolithic app, we use dozens of tiny ones that can all be scripted and work together. I think I'd just use an org-mode file to create the sort of centralized UI you're describing.

[–] Badabinski@kbin.earth 9 points 8 hours ago

I've yet to find anything more efficient than opening my shell and typing ssh or scp. Remote desktop is irrelevant to me because none of the systems I administrate will ever have a GUI.

EDIT: tab auto completion also makes things far, far smoother.