Simplifying SSH
How It Works
Once installed, start EasySSH. The main window has a lot of empty space, which is only interrupted by the name of the program and the Add Connection button in the middle. Clicking on the hamburger menu at top right opens a frugal Preferences dialog, which is divided into General and Appearance tabs (Figure 3).
Under General, you can define the storage location of the host configuration. By default, this is /var/lib/flatpak
, with the configuration folder itself (as for all Flatpaks) residing in the user's home directory under ~/.var/app
.
Initially, you do not need to change anything here. It is also possible to synchronize the SSH configuration under /var/lib/flatpak/apps/
. In the Appearance tab, you can set a dark theme as default, the color of the terminal background, and the terminal font.
New Connection
To set up a new connection, just click on the corresponding button or the plus sign in the upper left-hand corner. A dialog will then appear prompting you for the information required to establish an SSH connection. You are free to choose your name and group. Organizing this in groups improves the overview if you use several accounts on one server. The host, port, user, and password details are then queried (Figure 4).
A more secure way to connect to servers via SSH is to replace the password with an asynchronous cryptographic key pair, commonly known as an SSH key. The public key is on the server, while the private key remains on the local computer from which you connect.
Alternatively, EasySSH supports the following method: Select the Change Password to Identity File checkbox (Figure 5) in the Edit Connection dialog. Navigate to the public key with the .pub
extension, which is located in ~/.ssh
by default (see the "Tip" box), and select it.
Tip
Most file managers do not display hidden files by default. However, with Ctrl+H or the context menu, you can usually switch to displaying all the files in the directory.
If you do not yet have a key pair or want to create a new pair for EasySSH, then run
ssh-keygen -t rsa -b 4096
in the terminal. (See instructions online (e.g., [5]) for more information on creating SSH keys).
Multiple Connections
After saving the data, a bar appears on the right, listing all the connections you entered (sorted by group and name). A click on an entry lets you delete, edit, and open a connection. If the login information is correct, a terminal opens that, if a password is used, establishes the connection in a tab without further prompting (Figure 6).
If you entered an SSH key in the settings, the software prompts you for the matching password in the terminal (if you protected the key). A click on the plus sign in front of the tab opens a second connection to the same server.
« Previous 1 2 3 Next »
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Latest Cinnamon Desktop Releases with a Bold New Look
Just in time for the holidays, the developer of the Cinnamon desktop has shipped a new release to help spice up your eggnog with new features and a new look.
-
Armbian 24.11 Released with Expanded Hardware Support
If you've been waiting for Armbian to support OrangePi 5 Max and Radxa ROCK 5B+, the wait is over.
-
SUSE Renames Several Products for Better Name Recognition
SUSE has been a very powerful player in the European market, but it knows it must branch out to gain serious traction. Will a name change do the trick?
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.