Skip to content

Instantly share code, notes, and snippets.

View jtattermusch's full-sized avatar

Jan Tattermusch jtattermusch

  • Google
  • Mountain View, CA
View GitHub Profile
@jtattermusch
jtattermusch / configure_sshd.sh
Last active January 13, 2024 21:28 — forked from samhocevar/gist:00eec26d9e9988d080ac
Configure sshd on MSYS2 and run it as a Windows service
#!/bin/sh
#
# sshd setup script for gRPC Jenkins windows worker.
#
# Prerequisites:
# — MSYS2 itself: http://sourceforge.net/projects/msys2/
# — admin tools: pacman -S openssh cygrunsrv mingw-w64-x86_64-editrights
#
# This script is a cleaned up and improved version of the procedure initially
# found at https://ghc.haskell.org/trac/ghc/wiki/Building/Windows/SSHD