Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/smallstep/sshutil. Pull mirroring updated .
  1. Jun 17, 2020
    • David Cowden's avatar
      server: Add ShutdownAndWait · 1afb49f6
      David Cowden authored
      ShutdownAndWait mirrors the net/http Shutdown API allowing the user to
      wait until the server is idle or until the provided context is canceled.
      1afb49f6
  2. Jun 16, 2020
    • David Cowden's avatar
      gofmt: Run on all packages · cf40b812
      David Cowden authored
      And update README example to fall in line.
      cf40b812
    • David Cowden's avatar
      sshutil: An ssh server is born! · 03cd026f
      David Cowden authored
      This may be the most complete initial commit in recent history. sshutil
      includes a README, a fully functional (to the channel/session boundary)
      server implementation, a few tests, and example programs.
      03cd026f
Loading