We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8fdec commit cb4228cCopy full SHA for cb4228c
AutomatedLabCore/functions/Remoting/Install-LabSshKnownHost.ps1
@@ -9,7 +9,7 @@
9
return
10
}
11
12
- $machines = Get-LabVM -All -IncludeLinux | Where-Object -FilterScript { -not $_.SkipDeployment }
+ $machines = Get-LabVM -All -IncludeLinux | Where-Object -FilterScript { -not $_.SkipDeployment -and $_.SshPublicKey }
13
if (-not $machines)
14
{
15
CHANGELOG.md
@@ -7,6 +7,7 @@
7
### Bugs
8
- Fixed issue with case-sensitive Linux OS name matching (#1766)
+- Added filtering to Install-LabSshKnownHost in an attempt to speed up the function
## 5.59.0 (2025-08-18)
0 commit comments