aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2019-02-18 16:34:48 -0500
committerMitch Riedstra <mitch@riedstra.us>2019-02-18 16:34:48 -0500
commit66206a95659f05656b17150e8f012628d84e3a29 (patch)
tree9a884f2388a2448a23b2697b46ab0dd2006fe14c
parent9f0c6e30cfea1c1b9f24fe0ee5811ace24d304b6 (diff)
parent360212283951a8adfd1af916067ea03838983cfd (diff)
downloadsshauth-66206a95659f05656b17150e8f012628d84e3a29.tar.gz
sshauth-66206a95659f05656b17150e8f012628d84e3a29.tar.xz
Merge remote-tracking branch 'origin/master'
-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