Telegram Notification on successful SSH Login

With the following script we monitor the SSH login on a server and send a notification via Telegram API. This way you will get a notification in real time when someone logs in to your server via SSH. For me this is a valuable security feature. Telegram Notification on successful SSH Login telegram-send Python Script First, we create the following Python script, which is used to send messages to Telegram’s API....

2022-12-12 · 2 min · 406 words · ae3

Securing Grav Admin

Grav CMS can be used with an additional admin plugin to be able to administer the website without access to the actual file system. This comes with potential danger, because whoever gains access to the admin plugin has unrestricted access to your Grav installation. .htaccess Rule With the following .htaccess rule you can protect the admin area of Grav with a password. Simply add the following content to your .htaccess file in the root directory of your Grav installation e....

2021-04-23 · 1 min · 191 words · ae3