Skip to content

Commit

Permalink
Fix Bitvise COM object name
Browse files Browse the repository at this point in the history
Looks like this changed with Bitvise 9.xx:
https://www.bitvise.com/ssh-server-guide-scriptable#changes
  • Loading branch information
GabrielNagy authored and luchihoratiu committed Jun 9, 2022
1 parent 449b559 commit 1e6f4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ runs:
.\BvSshServer-Inst.exe -acceptEULA -defaultInstance

printf "# Setting up the SSH server to allow access..."
$cfg = new-object -com "BssCfg815.BssCfg815"
$cfg = new-object -com "Bitvise.Bsscfg"
$cfg.settings.SetDefaults()
$cfg.settings.access.SetDefaults()
$cfg.settings.access.winGroups.Clear()
Expand Down

0 comments on commit 1e6f4d6

Please sign in to comment.