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
-
Halcyon Creates Anti-Ransomware Protection for Linux
As more Linux systems are targeted by ransomware, Halcyon is stepping up its protection.
-
Valve and Arch Linux Announce Collaboration
Valve and Arch have come together for two projects that will have a serious impact on the Linux distribution.
-
Hacker Successfully Runs Linux on a CPU from the Early ‘70s
From the office of "Look what I can do," Dmitry Grinberg was able to get Linux running on a processor that was created in 1971.
-
OSI and LPI Form Strategic Alliance
With a goal of strengthening Linux and open source communities, this new alliance aims to nurture the growth of more highly skilled professionals.
-
Fedora 41 Beta Available with Some Interesting Additions
If you're a Fedora fan, you'll be excited to hear the beta version of the latest release is now available for testing and includes plenty of updates.
-
AlmaLinux Unveils New Hardware Certification Process
The AlmaLinux Hardware Certification Program run by the Certification Special Interest Group (SIG) aims to ensure seamless compatibility between AlmaLinux and a wide range of hardware configurations.
-
Wind River Introduces eLxr Pro Linux Solution
eLxr Pro offers an end-to-end Linux solution backed by expert commercial support.
-
Juno Tab 3 Launches with Ubuntu 24.04
Anyone looking for a full-blown Linux tablet need look no further. Juno has released the Tab 3.
-
New KDE Slimbook Plasma Available for Preorder
Powered by an AMD Ryzen CPU, the latest KDE Slimbook laptop is powerful enough for local AI tasks.
-
Rhino Linux Announces Latest "Quick Update"
If you prefer your Linux distribution to be of the rolling type, Rhino Linux delivers a beautiful and reliable experience.