/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

karla.io
| | paragonie.com
3.6 parsecs away

Travel
| | A human-readable overview of commonly misused cryptography terms and fundamental concepts.
| | www.jhanley.com
3.5 parsecs away

Travel
| | You are connecting to an OpenSSH server using an RSA private key and the following error is displayed: USERNAME@HOST: Permission denied (publickey,password). You check the OpenSSH server logs and find the following entry: userauth_pubkey: signature algorithm ssh-rsa not in PubkeyAcceptedAlgorithms... Continue Reading
| | materials.rangeforce.com
1.2 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.
| | developerlife.com
20.0 parsecs away

Travel
| TLS is the backbone of web security. We will explore using TLS with Rust, and CFSSL to create a certificate authority to issue self signed certificates & keys. We will also create a server and client that communicate securely over the network using tokio and upgrade insecure TcpStream to TLSStream, and work with TLSAcceptor and TLSConnector.