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.
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 commandssh-copy-id username@remote_host
facilitates this process. It’s a rather elegant solution, isn’t it? A testament to the power of minimalism.