/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.jamieweb.net
| | karla.io
3.0 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.
| | 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.
| | www.ssh.com
4.0 parsecs away

Travel
| | SSH port forwarding is a mechanism in SSH for tunneling application ports from the client machine to the server machine or vice versa.
| | yaoyuyang.com
23.0 parsecs away

Travel
| IntroductionA few months ago, I deployed an AngularJS app called SeafoodCheck on an Amazon EC2 instance. It wasn't a trivial task and I had to go through var...