Security News

SSH keys: How to view in Linux, macOS, and Windows
2021-01-21 16:17

If you're not sure how to view your SSH certificates, Jack Wallen walks you through the steps on Linux, macOS, and Windows.

How to install Eternal Terminal for persistent SSH connections
2021-01-14 21:58

If you have trouble with SSH connections breaking, Jack Wallen shows you how you can enjoy a bit more persistence with the help of Eternal Terminal. One way around this problem is by using Eternal Terminal, in place of SSH. Eternal Terminal does a great job of re-establishing a connection to a remote machine, without user intervention.

How to use an SSH config file on macOS for easier connections to your data center servers
2020-12-07 20:37

Jack Wallen shows you how to make SSH connections even easier from your macOS machine. You probably use SSH to connect to remote machines for admin purposes.

How to view your SSH keys in Linux, macOS, and Windows
2020-11-06 15:36

There are two easy ways to view your SSH public key in Linux. The above command will print out your SSH key on your Linux machine, without prompting you for your key authentication password.

A quick and easy way to lock down SSH
2020-08-27 20:41

Anxious to get your Linux server SSH access locked down? Jack Wallen shows you one more step you can take--one that will only take seconds.

FritzFrog Botnet Attacks Millions of SSH Servers
2020-08-19 20:46

A peer-to-peer botnet called FritzFrog has hopped onto the scene, and researchers said it has been actively breaching SSH servers since January. SSH servers are pieces of software found in routers and IoT devices, among other machines, and they use the secure shell protocol to accept connections from remote computers.

A New Fileless P2P Botnet Malware Targeting SSH Servers Worldwide
2020-08-19 10:05

Cybersecurity researchers today took the wraps off a sophisticated, multi-functional peer-to-peer botnet written in Golang that has been actively targeting SSH servers since January 2020. Called "FritzFrog," the modular, multi-threaded and file-less botnet has breached more than 500 servers to date, infecting well-known universities in the US and Europe, and a railway company, according to a report released by Guardicore Labs today.

A New Fileless P2P Botnet Malware Targeting SSH Servers Worldwide
2020-08-19 03:16

Cybersecurity researchers today took the wraps off a sophisticated, multi-functional peer-to-peer botnet written in Golang that has been actively targeting SSH servers since January 2020. Called "FritzFrog," the modular, multi-threaded and file-less botnet has breached more than 500 servers to date, infecting well-known universities in the US and Europe, and a railway company, according to a report released by Guardicore Labs today.

How to set up passwordless SSH authentication for Ubuntu Server
2020-07-30 16:27

Learn how to enable passwordless SSH authentication on both Linux and macOS. You probably secure shell into your Linux servers throughout the day. Hopefully, you've set those servers up such that you're using SSH Key Authentication.

A quick and easy way to lock down SSH
2020-07-23 20:19

Anxious to get your Linux server SSH access locked down? Jack Wallen shows you one more step you can take-one that will only take seconds. If you're a Linux administration, chances are really good you spend a lot of time logging in to remote machines with SSH. It's also very likely that you've taken numerous steps to lock down SSH access to those remotes servers.