Automating tasks with SSH, Zenity, Yad, KDialog, PuTTY, WinSCP, and Rex
Self-Service
© Robert Klein, 123RF.com
Starting a script on a Linux server with just a few mouse clicks sounds more complicated than it really is. If you want to create attractive and interactive dialogs for your desktop users, all you need is a small utility called SSH and a little Bash know-how.
Deleting all the tasks in the print spool or saving a complete backup to the SAN immediately after finishing a large project are all typical tasks that keep systems administrators from getting their real work done. How much easier it would be if they could enable their users to complete selected administrative tasks themselves.
To allow even inexperienced users to accomplish these housekeeping chores, admins can simply place an appropriate icon on their desktops. With it, the user starts a self-made program with a simple but sufficient GUI, which in turn triggers actions on the Linux server via SSH – also via script. If admins have SSH, sudo, and one of the dialog systems described below (Zenity, Yad, KDialog, or Rex) in their tool boxes, the client users don't have to grapple with Linux concepts. Windows clients have PuTTY, WinSCP, or PowerShell.
Master of the Keys
For this scenario to work, users must have SSH keys on their clients that serve as authorization for the Linux server. Although it would also work with the customary login and password combination, you can save yourself the typing with the key setup. A pair of local keys is generated with ssh-keygen, which immediately asks for a location to save the keys and a key passphrase. Safety-conscious admins will also assign a password for access to the key, but that step can be left out (see the box "Secure Agent"). With a private and a public key now stored under ~/.ssh, the public key is copied to the SSH server with:
[...]
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
Digital Autonomy
• The Answer Was Already on the Shelf
• Changing the Chip Industry: How Public Investment Has Grown Open Silicon
• United Nations Open Source Portal Goes Live
• EU Open Source Strategy Plays Key Role in Tech Sovereignty Package
• France Says “Au Revoir” to Microsoft
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
-
KDE Sets Ambitious Goals for 2026 and Beyond
KDE Connect reveals the goals for the Linux desktop darling, with one of those goals long overdue.
-
It’s Time to Test Fedora 45 Beta
Fedora 45 beta has been released with updated Gnome, KDE Plasma, and kernel.
-
Ubuntu Stonking Stingray Gets Even Rustier
Ubuntu 26.10 has completed its migration to the Rust-based coreutils.
-
AI Fixes Linux Bottlenecks Using “Hideous” Code
A Linux developer used AI to fix bottlenecks that caused problems when building the kernel. The resulting AI-generated code needed a lot of work.
-
Advanced Video Coding Still Under Patent
Brazilian patent BRPI0109962B1 has expired, which means that DivX and Xvid are no longer problematic for Linux, but it doesn’t mean that video is all of a sudden fully unleashed.
-
2,000 Vulnerabilities per Linux Release
Thanks to AI bug hunters, the Linux kernel is seeing record numbers of vulnerabilities, and it's overwhelming developers.
-
Linux Exempt from California’s Age Verification Law
So long as Linux is distributed under the GPL, MIT, BSD, and Apache licenses, the OS is exempt from being required to verify the age of its users in California.
-
Roll Out the Cake: Linux Turns 35
35 years ago, a Finnish student began a humble project that would forever change the course of technology.
-
China Switching from Windows to Linux
China has ordered several government agencies to drop a Chinese-developed version of Windows 10 in favor of either KylinOS or UOS.
-
Pine64 Halts Production of Linux Devices
With continued DRAM and eMMC shortages, Pine64 has decided to discontinue production of Linux devices.
