Benjamin is a business consultant, coach, designer, musician, artist, and writer, living in the remote mountains of Vermont. He has 20+ years experience in tech, an educational background in the arts, ...
Using a set of public/private keys to allow you to log into a remote Linux system or run commands using ssh without a password can be very convenient, but setup is just tad tricky. Here's how and a ...
From containers and VPNs to VLANs and firewalls, Linux networking has become the backbone of modern home labs and servers. But no matter how advanced the setup, the same core commands keep showing up ...
Most IT pros realize that using Telnet to manage routers, switches, and firewalls is insecure. Transmitted in clear text across a network, Telnet traffic basically publicizes any login usernames and ...
If you connect to remote computers over the Internet, it is a pretty good chance you use some form of SSH or secure shell. On Linux or Unix you’ll use the ssh command. Same goes for Linux-like ...
I've been using Linux for what seems like forever. Over the years, I've noticed that I use the command line less and less, because the GUIs have just gotten so much better. Even still, there are ...
How to Run a Command That Requires sudo via SSH Your email has been sent Sudo via SSH lets you run admin commands on a remote server with elevated privileges. Learn the commands with this concise ...
The Android ConnectBot application is an SSH client for Android devices. The app can be downloaded from the Android Market, and it allows a user to secure-shell into a Linux environment. Because ...