Skip to content

Instantly share code, notes, and snippets.

@eby
Created February 28, 2010 03:21
Show Gist options
  • Save eby/317147 to your computer and use it in GitHub Desktop.
Save eby/317147 to your computer and use it in GitHub Desktop.

cygwin ssh setup

  • login as domain user
  • cygwin install w/ openssh package selected
  • mkpasswd -d >> /etc/passwd
  • mkgroup -d >> /etc/group
  • ssh-host-config
  • yes to seperation, rename user to cygserver, add as service
  • net start sshd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment