Skip to content

Commit

Permalink
feat: allow multiple ports and listeners to be specified
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Dec 23, 2018
1 parent 1ba0c5a commit b8926f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,10 @@ func commandGet(arguments docopt.Opts, entries map[string]entry) {

func commandLint(arguments docopt.Opts, entries map[string]entry) {
multipleValues := map[string]bool{
"AcceptEnv": true,
"HostKey": true,
"AcceptEnv": true,
"HostKey": true,
"ListenAddress": true,
"Port": true,
}
bestPractices := map[string]string{
"AuthenticationMethods": "publickey",
Expand Down

0 comments on commit b8926f4

Please sign in to comment.