Mastodon Feed: Post

Mastodon Feed

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):

  1. Settings -> search Optional Features -> Add an optional feature -> search OpenSSH server
  2. (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
  3. win+x -> Terminal (Admin) -> `Service-Start sshd` ; `Set-Service -Name sshd -StartupType 'Automatic'`