AUTH-1941: Adds initial SSH server implementation

This commit is contained in:
Austin Cherry
2019-07-18 16:29:16 -05:00
committed by Michael Borkenstein
parent 5da2109811
commit e9c9bf3cbd
61 changed files with 3366 additions and 9 deletions

View File

@@ -115,3 +115,11 @@
[[constraint]]
branch = "v2"
name = "github.com/coreos/go-oidc"
[[constraint]]
name = "github.com/gliderlabs/ssh"
version = "0.2.2"
[[constraint]]
name = "github.com/creack/pty"
version = "1.1.7"