You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This package is dope. It's always refreshing to see nice API design. —[@bradfitz](https://twitter.com/bradfitz), Go team member
11
+
10
12
This Go package wraps the [crypto/ssh
11
13
package](https://godoc.org/golang.org/x/crypto/ssh) with a higher-level API for
12
14
building SSH servers. The goal of the API was to make it as simple as using
@@ -30,8 +32,6 @@ building SSH servers. The goal of the API was to make it as simple as using
30
32
}
31
33
32
34
```
33
-
> This package is dope. It's always refreshing to see nice API design. —[@bradfitz](https://twitter.com/bradfitz), Go team member
34
-
35
35
This package was built by [@progrium](https://twitter.com/progrium) after working on nearly a dozen projects at Glider Labs using SSH and collaborating with [@shazow](https://twitter.com/shazow) (known for [ssh-chat](https://github.com/shazow/ssh-chat)).
0 commit comments