/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.jhanley.com
| | materials.rangeforce.com
3.0 parsecs away

Travel
| | SSH (secure shell) is a widely-used protocol for remote administration of Unix and Linux servers. The default configuration of many SSH server implementations includes several potentially-insecure settings so as to maintain compatibility with outdated client software. The ssh-audit tool can be used to check the server settings and recommend changes so as to improve security.
| | freebsd.uw.cz
3.4 parsecs away

Travel
| | SSH on my macOS Tahoe 26.1 uses cryptographic algorithm ssh-ed25519 . SSH on my FreeBSD 14.3 uses cryptographic algorithm ssh-rsa . Why? Th...
| | karla.io
3.5 parsecs away

Travel
| | [AI summary] The author documents their journey of building a basic SSH client from scratch to understand the protocol's architecture, specifically addressing a recent Diffie-Hellman vulnerability.
| | thoughts.greyh.at
4.4 parsecs away

Travel
| Today I explored ssh-audit, a tool designed to audit SSH configurations. Although it's an excellent tool, I found the hardening guides somewhat lacking. Hence, I decided to write a detailed walkthrough, ensuring the ssh/sshd configurations are easily readable.