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
Direct Download
Read full article as PDF:
Price $2.95
News
-
GNOME 40 is Now Available on openSUSE
The rolling release edition of openSUSE, Tumbleweed, now offers the latest version of the GNOME desktop.
-
Apple M1 Hardware Support to be Merged into Linux Kernel 5.13
Linux users will be able to install their favorite distribution on Appleās M1-based hardware.
-
KDE Launches the Qt 5 Patch Collection
To support and maintain a stable Qt 5 for KDE Gears and Frameworks, KDE will maintain a patch collection.
-
Linux Creator Warns Next Kernel Could be Delayed
Linus Torvalds has issued concern about the size of kernel 5.12 and possible delays for its release.
-
System76 Updates its Pangolin Laptop
System76 has released a much-anticipated AMD version of their most popular laptop, the Pangolin.
-
New Debian-Based Distribution Arrives on the Market
TelOS is a new Debian-based Linux distribution with a customized, touch-screen-ready KDE Plasma 5 desktop.
-
System76 Releases New Thelio Desktop
One of the most ardent supporters of open source hardware has released a new desktop machine for home or office.
-
Mageia 8 Now Available with Linux 5.10 LTS
The latest release of Mageia includes improved graphics support for both AMD and NVIDIA GPUs.
-
GNOME 40 Beta has been Released
Anyone looking to test the beta for the upcoming GNOME 40 release can now do so.
-
OpenMandriva Lx 4.2 has Arrived
The latest stable version of OpenMandriva has been released and offers the newest KDE desktop and ARM support.