From 1891bec349f00ab923b9fa64254dcd678aef0006 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Fri, 29 Aug 2025 19:47:33 +0000 Subject: [PATCH] deploy: 77a71380c38fb2a440b4b5881bbc839f6230e1cb --- options.xhtml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/options.xhtml b/options.xhtml index 431b3ea98..259b88b99 100644 --- a/options.xhtml +++ b/options.xhtml @@ -66468,7 +66468,20 @@ boolean

Whether to enable or not the old default config values. -This option will become deprecated in the future.

+This option will become deprecated in the future. +For an equivalent, copy and paste the following +code snippet in your config:

programs.ssh.matchBlocks.“*” = { +forwardAgent = false; +addKeysToAgent = “no”; +compression = false; +serverAliveInterval = 0; +serverAliveCountMax = 3; +hashKnownHosts = false; +userKnownHostsFile = “~/.ssh/known_hosts”; +controlMaster = “no”; +controlPath = “~/.ssh/master-%r@%n:%p”; +controlPersist = “no”; +};

Type: boolean