HTML version of release notes: * https://www.openssh.org/releasenotes.html#10.4
Still looks like ascii, doesn’t automatically wrap, nor is it responsive. Anyone know if these projects accept PRs to improve these kinds of things, like legibility? Or is it a point of pride?
OpenSSH 10.4/10.4p1 Released
11–20 of 25 posts
Re: OpenSSH 10.4/10.4p1 Released
#12Earlier quoted context omitted.
Still looks like ascii, doesn’t automatically wrap, nor is it responsive. Anyone know if these projects accept PRs to improve these kinds of things, like legibility? Or is it a point of pride?
What “responsive” mean here?
In the context of the linked site which manually uses line breaks this won’t work well aside from fixing the scroll overflow, the text is small on my iPhone when zoomed out to show the full line width. A fix is better than nothing but does not perfectly fix the issue.
Re: OpenSSH 10.4/10.4p1 Released
#13Among other changes 10.4 adds post-quantum keys (composite ML-DSA 44 and Ed25519), not enabled by default. When pq key agreement was added in 2019, it took almost 3 years for it to become enabled by default. This isn't criticism, just an observation. I don't have a pressing need for pq sigs. Always happy for new OpenSSH releases though!
Re: OpenSSH 10.4/10.4p1 Released
#14Earlier quoted context omitted.
Still looks like ascii, doesn’t automatically wrap, nor is it responsive. Anyone know if these projects accept PRs to improve these kinds of things, like legibility? Or is it a point of pride?
What “responsive” mean here?
Re: OpenSSH 10.4/10.4p1 Released
#15HTML version of release notes: * https://www.openssh.org/releasenotes.html#10.4
Still looks like ascii, doesn’t automatically wrap, nor is it responsive. Anyone know if these projects accept PRs to improve these kinds of things, like legibility? Or is it a point of pride?
Re: OpenSSH 10.4/10.4p1 Released
#16HTML version of release notes: * https://www.openssh.org/releasenotes.html#10.4
Re: OpenSSH 10.4/10.4p1 Released
#17Earlier quoted context omitted.
What “responsive” mean here?
Narrower windows will adjust the layout of the page to be more easily accessible for narrower devices like phones. This is a css feature and does not require JavaScript or similar. In the context of the linked site which manually uses line breaks this won’t work well aside from fixing the scroll overflow, the text is small on my iPhone when zoomed out to show the full line width. A fix is better than nothing but does…
Re: OpenSSH 10.4/10.4p1 Released
#18Earlier quoted context omitted.
What “responsive” mean here?
Narrower windows will adjust the layout of the page to be more easily accessible for narrower devices like phones. This is a css feature and does not require JavaScript or similar. In the context of the linked site which manually uses line breaks this won’t work well aside from fixing the scroll overflow, the text is small on my iPhone when zoomed out to show the full line width. A fix is better than nothing but does…
or element
Re: OpenSSH 10.4/10.4p1 Released
#19Is hmac-sha1 and umac-64 still enabled by default?
Yes: * https://man.openbsd.org/ssh_config.5#MACs * https://man.openbsd.org/sshd_config.5#MACs ETM, encrypt-than-mac, variants are at the front of the preference list. * https://en.wikipedia.org/wiki/UMAC_(cryptography)
Re: OpenSSH 10.4/10.4p1 Released
#20HTML version of release notes: * https://www.openssh.org/releasenotes.html#10.4
Still looks like ascii, doesn’t automatically wrap, nor is it responsive. Anyone know if these projects accept PRs to improve these kinds of things, like legibility? Or is it a point of pride?