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
Direct Download
Read full article as PDF:
Price $2.95
News
-
Another New Linux Laptop has Arrived
Slimbook has released a monster of a Linux gaming laptop.
-
Mozilla VPN Now Available for Linux
The promised subscription-based VPN service from Mozilla is now available for the Linux platform.
-
Wayland and New App Menu Coming to KDE
The 2021 roadmap for the KDE desktop environment includes some exciting features and improvements.
-
Deepin 20.1 has Arrived
Debian-based Deepin 20.1 has been released with some interesting new features.
-
CloudLinux Commits Over 1 Million Dollars to CentOS Replacement
An open source, drop-in replacement for CentOS is on its way.
-
Linux Mint 20.1 Beta has Been Released
The first beta of Linux Mint, Ulyssa, is now available for downloading.
-
Manjaro Linux 20.2 has Been Unleashed
The latest iteration of Manjaro Linux has been released with a few interesting new features.
-
Patreon Project Looks to Bring Linux to Apple Silicon
Developer Hector Martin has created a patreon page to fund his work on developing a port of Linux for Apple Silicon Macs.
-
A New Chrome OS-Like Ubuntu Remix is Now Available
Ubuntu Web looks to be your Chrome OS alternative.
-
System76 Refreshes the Galago Pro Laptop
Linux hardware maker has revamped one of their most popular laptops.