|
You are here |
www.paulsblog.dev | ||
| | | | |
ryanfreeman.dev
|
|
| | | | | SSH is an essential service for remotely maintaining a Linux server, in this blog post I'll talk about hardening the SSH service by enabling passwordless public key authentication. | |
| | | | |
nih.ar
|
|
| | | | | Secure your server with our comprehensive guide to hardening SSH. Learn essential steps to prevent unauthorized access, including changing default ports, disabling root login, enabling key-based authentication, and more. Fortify your SSH server today for a more resilient and secure environment. | |
| | | | |
blog.tafkas.net
|
|
| | | | | If you log into your Raspberry Pi using ssh it will prompt you for a password. Having to do this multiple times a days this is very annoying. To ease the pain, and enhance security, you can use public key authentication instead. Therefor you create a pair of keys on your client, and store the public key on your Raspberry Pi. Then you set up an authentication by key. Afterwards the user can login into the Raspberry Pi using his private key. | |
| | | | |
yasoob.me
|
|
| | | Hi everyone! I maintain an old website for a client that was originally developed in 2015. It hasn't been updated for the last 5 years and uses Django 1.7 and some Django extensions which haven't been updated for Django 3. I recently decided to move the website to a new server and had to repackage the Django code in a Docker container. It took me some time to get it working correctly so I hope this article can save you some time if you ever find yourself in a similar situation. | ||