feat: support multi keys

This commit is contained in:
2023-05-07 13:03:14 +08:00
parent 170cb9e34b
commit 36a42e742a
4 changed files with 74 additions and 24 deletions

3
go.mod
View File

@@ -3,6 +3,7 @@ module git.hatter.ink/simple-ssh-server
go 1.13
require (
github.com/creack/pty v1.1.13 // indirect
github.com/creack/pty v1.1.13
github.com/gliderlabs/ssh v0.3.3
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
)