Suppress Windows SSH banner
This commit is contained in:
parent
f1f051ee88
commit
f84fb73183
1 changed files with 4 additions and 0 deletions
|
|
@ -492,6 +492,10 @@ PY
|
||||||
win11 = {
|
win11 = {
|
||||||
hostname = "win11";
|
hostname = "win11";
|
||||||
user = "user";
|
user = "user";
|
||||||
|
extraOptions = {
|
||||||
|
RemoteCommand = "powershell -NoLogo";
|
||||||
|
RequestTTY = "yes";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue