Secure Shell
- Use ControlMaster to multiplex ssh sessions, so that we don’t have to type password all the time.
Configuration
PowerShell
New-NetFirewallRule -Name sshd -DisplayName 'OpenSSH Server' -Enabled True -Direction Inbound -Protocol TCP -Action Allow -LocalPort 22