aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitch <mitch@stridet.com>2019-02-18 16:33:44 -0500
committerGogs <gogs@fake.local>2019-02-18 16:33:44 -0500
commit360212283951a8adfd1af916067ea03838983cfd (patch)
tree2d86ba71778e0ce836a444a1e60a1b7aac502e4e
downloadsshauth-360212283951a8adfd1af916067ea03838983cfd.tar.gz
sshauth-360212283951a8adfd1af916067ea03838983cfd.tar.xz
Initial commit
-rw-r--r--.gitignore26
-rw-r--r--LICENSE6
-rw-r--r--README.md3
3 files changed, 35 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d3beee5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,26 @@
+# ---> Go
+# Compiled Object files, Static and Dynamic libs (Shared Objects)
+*.o
+*.a
+*.so
+
+# Folders
+_obj
+_test
+
+# Architecture specific extensions/prefixes
+*.[568vq]
+[568vq].out
+
+*.cgo1.go
+*.cgo2.c
+_cgo_defun.c
+_cgo_gotypes.go
+_cgo_export.*
+
+_testmain.go
+
+*.exe
+*.test
+*.prof
+
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..a4bac65
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,6 @@
+ISC License:
+Copyright (c) Year(s), Company or Person's Name
+
+Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..5ae99e8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,3 @@
+# sshauth
+
+SSH AuthorizedKeysCommand used at Stridet \ No newline at end of file