How to get remote server SSH key SHA256 fingerprints
Recently came across a situation where we needed the SHA256 RSA fingerprint of a remote server. Here is the command you can use to obtain the key fingerprints:
Random Linux Notes ...
Recently came across a situation where we needed the SHA256 RSA fingerprint of a remote server. Here is the command you can use to obtain the key fingerprints:
Here are the steps I am using to configure Network Manager on Ubuntu 22 systems.
Due to an issue with the Ubuntu motd message regarding the changelogs I needed to reinstall the ubuntu-release-upgrader-core deb package on the new vm. The below task will resinstall the package only on those...
I had written a PERL server to receiving incoming requests from an external host. I needed this script to run as a service on the Linux server so wanted to add it as a...
Ok this isn’t a Linux related post … but this particular issue has plagued me for some time until I just identified the issue. Figured it was worth posting since it took some time...