Renamed "host" to "listenAddress"

This commit is contained in:
Ryan Michela
2014-08-17 22:41:53 -07:00
parent be9c53bf6f
commit 027605e743
4 changed files with 7 additions and 6 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
# The interface the SSH server will listen on. Leave blank for all interfaces.
host:
# The IP addresses(s) the SSH server will listen on. Use a comma separated list for multiple addresses.
# Leave as * for all addresses.
listenAddress: *
# The port the SSH server will listen on.
port: 22
+1 -1
View File
@@ -1,4 +1,4 @@
name: SSHD
version: "1.1.1"
version: "1.2"
author: Ryan Michela
main: com.ryanmichela.sshd.SshdPlugin