Initial commit.

This commit is contained in:
Ryan Michela
2013-11-13 23:17:51 -08:00
parent 101b7eb972
commit e98113397d
18 changed files with 1284 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# This is the port the SSH server will listen on.
port: 22
# By default, only public key authentication is enabled. This is the most secure mode.
# To authorize a user to log in with public key authentication, install their public
# PEM certificate in the authorized_users directory. Name the key file with user's user
# name (no file extension).
# For less secure username and password based authentication, complete the sections below.
credentials:
# user1: password1
# user2: password2
+4
View File
@@ -0,0 +1,4 @@
name: SSHD
version: "1.0"
author: Ryan Michela
main: com.ryanmichela.sshd.SshdPlugin