summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorJanne Heß <janne@hess.ooo>2021-11-09 10:58:04 +0100
committerJanne Heß <janne@hess.ooo>2021-11-09 11:38:30 +0100
commitfd567ad54ad706f0b636984224b46a5ddb8de81c (patch)
tree75c54682fe540a9c2163c43977bfe3346cdc5cd6 /nixos
parentcd465ef283ae81945426c5b885af615edc346880 (diff)
nixos/changelog: Mention OpenSSH upgrade
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2111.section.xml21
-rw-r--r--nixos/doc/manual/release-notes/rl-2111.section.md4
2 files changed, 25 insertions, 0 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
index d7dfcb5381cc..ea752f8b7998 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2111.section.xml
@@ -142,6 +142,27 @@
</listitem>
</itemizedlist>
</listitem>
+ <listitem>
+ <para>
+ OpenSSH was updated to version 8.8p1
+ </para>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ This breaks connections to old SSH daemons as ssh-rsa host
+ keys and ssh-rsa public keys that were signed with SHA-1
+ are disabled by default now
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ These can be re-enabled, see the
+ <link xlink:href="https://www.openssh.com/txt/release-8.8">OpenSSH
+ changelog</link> for details
+ </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
</itemizedlist>
</section>
<section xml:id="sec-release-21.11-new-services">
diff --git a/nixos/doc/manual/release-notes/rl-2111.section.md b/nixos/doc/manual/release-notes/rl-2111.section.md
index 1c737542e7d2..2ae8f405787e 100644
--- a/nixos/doc/manual/release-notes/rl-2111.section.md
+++ b/nixos/doc/manual/release-notes/rl-2111.section.md
@@ -44,6 +44,10 @@ In addition to numerous new and upgraded packages, this release has the followin
- building LXD images from configurations is now directly possible with just nixpkgs
- hydra is now building nixOS LXD images that can be used standalone with full nixos-rebuild support
+- OpenSSH was updated to version 8.8p1
+ - This breaks connections to old SSH daemons as ssh-rsa host keys and ssh-rsa public keys that were signed with SHA-1 are disabled by default now
+ - These can be re-enabled, see the [OpenSSH changelog](https://www.openssh.com/txt/release-8.8) for details
+
## New Services {#sec-release-21.11-new-services}
- [btrbk](https://digint.ch/btrbk/index.html), a backup tool for btrfs subvolumes, taking advantage of btrfs specific capabilities to create atomic snapshots and transfer them incrementally to your backup locations. Available as [services.btrbk](options.html#opt-services.brtbk.instances).