Access your servers securely with a Magic URL
Dance the Two-Step
Earlier I promised to show you how I integrated other security layers with my Magic URL. You briefly saw how I tidied up any fail2ban iptables rules for my dynamic IP address within the main script. Here, I will take a quick look at some two-step authentication configuration.
I will leave you to research the finer details of setting up your two-step verification with the excellent Google Authenticator. However, should you want to add functionality to your Magic URL, wherein IP addresses you know and trust don't have to run through the two-step code-entering process but instead are just asked for a password, then you can use code like this:
echo -e "+ : ALL : 51.15.2.14/24 + : ALL : ${GSM} - : ALL : ALL" > /etc/security/access-local.conf
As you can see, ${GSM}
is the IP address extracted from the Magic URL functionality. If asked, I would say use this with caution and probably only allow fixed-line IP addresses to connect over SSH without running through the two-step process.
The End
Although this approach to opening up access is rudimentary in places, I would like to think it encourages sys admins to develop their lateral thinking. The fact that you can get htaccess to deal with unique IP addresses, rename the Magic URL every minute with a new timestamp derivative (or via another security token), and incorporate other failsafes into a security design raises many questions about how far it's possible to go in securing a server using relatively basic tools.
If you know that you won't be able to carry your SSH key with you for a period of time, you could take two-step authentication scratch codes with you on a piece of paper (or just switch off two-step completely) and still get SSH access relatively securely from anywhere on the planet using this approach.
Something else I might try in the future is spawning another type of task or application with a Magic URL. I didn't want a big clunky Submit button embedded within a web page to allow Magic URL functionality, but you could easily customize this approach to run any service or script you like.
Having read about the Magic URL I use for my CCTV server, I hope you will attempt some of these methods in a creative way to suit your own security needs.
Infos
- htaccess: http://www.htaccess-guide.com
- fail2ban: http://www.fail2ban.org/wiki/index.php/Main_Page
- "Intrusion Detection with fail2ban" by Chris Binnie: http://www.linux-magazine.com/Online/Features/Intrusion-Detection-with-Fail2ban
- "Secure Your Server with TCP Wrappers" by Chris Binnie: http://www.admin-magazine.com/Articles/Secure-Your-Server-with-TCP-Wrappers
- Code for this article: ftp://ftp.linux-magazine.com/pub/listings/magazine/190
- Binnie, Chris,. Linux Server Security: Hack and Defend. Wiley, 2016, http://www.amazon.com/Linux-Server-Security-Hack-Defend/dp/1119277655/
« Previous 1 2 3 4
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.