From c35a04a8072077dbd4489a6d7accf8a960831ccb Mon Sep 17 00:00:00 2001 From: USER Date: Wed, 27 Sep 2023 21:12:01 +0100 Subject: [PATCH] . --- bin/Firewall.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Firewall.ps1 b/bin/Firewall.ps1 index 66cc49f..8097787 100755 --- a/bin/Firewall.ps1 +++ b/bin/Firewall.ps1 @@ -1,6 +1,6 @@ # New-NetFirewallRule -Name sshd -DisplayName 'OpenSSH Server (sshd)' -Enabled True -Direction Inbound -Protocol TCP -Action Allow -LocalPort 22 -Set-Service sshd -StartupType Automatic# Start the sshd service +Set-Service sshd -StartupType Automatic Start-Service sshd # OPTIONAL but recommended: