From c5651a2da6dd9f85f37f74fcc756285bf8998eaa Mon Sep 17 00:00:00 2001 From: Emile Date: Mon, 27 Jan 2020 20:27:49 +0100 Subject: fmt / imports --- src/ssh.go | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src/ssh.go') diff --git a/src/ssh.go b/src/ssh.go index fbbfc9c..71dc12a 100644 --- a/src/ssh.go +++ b/src/ssh.go @@ -1,5 +1,16 @@ package main +import ( + "encoding/json" + "fmt" + "io/ioutil" + "log" + "net/http" + "strings" + + "github.com/gliderlabs/ssh" +) + // Handling incoming SSH connections func handlePass(ctx ssh.Context, pass string) bool { @@ -60,4 +71,4 @@ func handlePass(ctx ssh.Context, pass string) bool { } return false -} \ No newline at end of file +} -- cgit 1.4.1