Initial commit with Dockerfile and Go code

This commit is contained in:
2025-11-06 14:43:35 +01:00
commit 1f0cd36375
6 changed files with 213 additions and 0 deletions

10
go.mod Normal file
View File

@@ -0,0 +1,10 @@
module sshserver
go 1.21
require (
github.com/creack/pty/v2 v2.0.1
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f
)
require golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect