
Reblogged by slightlyoff@toot.cafe ("Alex Russell"):
evmar@inuh.net ("Evan Martin") wrote:
SSH access on Windows 11 recipe, for those who don't know Windows (like me):
- Settings -> search Optional Features -> Add an optional feature -> search OpenSSH server
- (If your account is admin) edit \ProgramData\ssh\sshd_config to comment out the block about admin accounts, or face hilarious complex Windows permissions errors attempting to use their setting
- win+x -> Terminal (Admin) -> `Service-Start sshd` ; `Set-Service -Name sshd -StartupType 'Automatic'`