Download raw body.
OpenSSH homepage: small diff to enhance mobile view
The diff below would allow to view the OpenSSH homepage legacy.html page on small screen devices without a "global" scroll bar. --- www/openssh/legacy.html.orig 2024-01-04 18:46:54.719591039 +0100 +++ www/openssh/legacy.html 2024-01-04 18:47:12.443976259 +0100 @@ -46,7 +46,7 @@ If the client and server are unable to a then the connection will fail. OpenSSH (7.0 and greater) will produce an error message like this: -<pre> +<pre class="cmdbox"> Unable to negotiate with legacyhost: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1 </pre>
OpenSSH homepage: small diff to enhance mobile view