From f84fb731834ebea0cb317a2d24288bc994f02b10 Mon Sep 17 00:00:00 2001 From: ltadeu6 Date: Thu, 28 May 2026 19:29:07 -0300 Subject: [PATCH] Suppress Windows SSH banner --- home/ltadeu6.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/ltadeu6.nix b/home/ltadeu6.nix index ebbcc10..c0a472e 100644 --- a/home/ltadeu6.nix +++ b/home/ltadeu6.nix @@ -492,6 +492,10 @@ PY win11 = { hostname = "win11"; user = "user"; + extraOptions = { + RemoteCommand = "powershell -NoLogo"; + RequestTTY = "yes"; + }; }; }; };