We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aaf925 commit 88ca26dCopy full SHA for 88ca26d
.gitignore
@@ -171,6 +171,5 @@ fabric.properties
171
172
resources
173
dist/
174
-ssh-sentinel-server
175
prod-http-tests.http
176
.githubtoken
cmd/ssh-sentinel-server/main.go
@@ -0,0 +1,9 @@
1
+package main
2
+
3
+import (
4
+ servercli "github.com/st2projects/ssh-sentinel-server/cli/server"
5
+)
6
7
+func main() {
8
+ servercli.Execute()
9
+}
0 commit comments