Stop Intruders in Their Tracks: Get an Email Every Time Someone Logs In via SSH
Ever wondered who’s logging into your Linux box? Whether it’s a critical production server or a personal VPS, it’s smart to get notified……
# Linux, Devops, Scripting, Cats and various things come to my mind
Ever wondered who’s logging into your Linux box? Whether it’s a critical production server or a personal VPS, it’s smart to get notified……
The sudoers file is a configuration file that dictates how and when users can execute commands with elevated privileges (sudo) on a Linux……
sslscan is a command line tool that gathers information about the SSL/TLS configuration of your web services which allows you to identify……
SUID stands for “Set User ID” its a special permission in Unix and Linux operating systems which allows a command to be executed with the……
Recently i had a problem with a Docker installation, where i could not “pull” any image from a Docker registry, the error message when i……
Recently i had the following scenario: we needed a local user which can…
sshpass is a well known tool that everybody loves and hates at the same time, is very handy when you need to create scripts that use ssh……