diff --git a/nixos/doc/manual/release-notes/rl-1803.xml b/nixos/doc/manual/release-notes/rl-1803.xml
index c1fe692ceecb..b0e29182127e 100644
--- a/nixos/doc/manual/release-notes/rl-1803.xml
+++ b/nixos/doc/manual/release-notes/rl-1803.xml
@@ -72,6 +72,29 @@ following incompatible changes:
.
+
+
+
+ The OpenSSH service no longer enables support for DSA keys by default,
+ which could cause a system lock out. Update your keys or, unfavorably,
+ re-enable DSA support manually.
+
+
+
+
+ DSA support was
+ deprecated in OpenSSH 7.0,
+ due to it being too weak. To re-enable support, add
+ PubkeyAcceptedKeyTypes +ssh-dss to the end of your
+ .
+
+
+
+ After updating the keys to be stronger, anyone still on a pre-17.03
+ version is safe to jump to 17.03, as vetted
+ here.
+
+