My Vault

Home

❯

ssh

ssh

Dec 17, 20251 min read

  • cse

Secure Shell

  • Use ControlMaster to multiplex ssh sessions, so that we don’t have to type password all the time.

Configuration

PowerShell

  • Get started with OpenSSH for Windows
  • OpenSSH Server configuration for Windows Server and Windows
New-NetFirewallRule -Name sshd -DisplayName 'OpenSSH Server' -Enabled True -Direction Inbound -Protocol TCP -Action Allow -LocalPort 22

Graph View

  • Secure Shell
  • Configuration
  • PowerShell

Backlinks

  • macos

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Homepage