Suppress Windows SSH banner

This commit is contained in:
ltadeu6 2026-05-28 19:29:07 -03:00
parent f1f051ee88
commit f84fb73183
No known key found for this signature in database
GPG key ID: FB9FDAB6B6F3418D

View file

@ -492,6 +492,10 @@ PY
win11 = { win11 = {
hostname = "win11"; hostname = "win11";
user = "user"; user = "user";
extraOptions = {
RemoteCommand = "powershell -NoLogo";
RequestTTY = "yes";
};
}; };
}; };
}; };