Skip to content

Commit

Permalink
Merge pull request #74 from TimJDFletcher/StreamLocalBindUnlink
Browse files Browse the repository at this point in the history
Add StreamLocalBindUnlink option
  • Loading branch information
mattwillsher authored Mar 28, 2018
2 parents 51d4690 + 4f0be6f commit ccafb55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions meta/options_body
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ RekeyLimit
RevokedKeys
RhostsRSAAuthentication
ServerKeyBits
StreamLocalBindUnlink
StrictModes
Subsystem
SyslogFacility
Expand Down
1 change: 1 addition & 0 deletions templates/sshd_config.j2
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ Match {{ match["Condition"] }}
{{ body_option("RevokedKeys",sshd_RevokedKeys) -}}
{{ body_option("RhostsRSAAuthentication",sshd_RhostsRSAAuthentication) -}}
{{ body_option("ServerKeyBits",sshd_ServerKeyBits) -}}
{{ body_option("StreamLocalBindUnlink",sshd_StreamLocalBindUnlink) -}}
{{ body_option("StrictModes",sshd_StrictModes) -}}
{{ body_option("Subsystem",sshd_Subsystem) -}}
{{ body_option("SyslogFacility",sshd_SyslogFacility) -}}
Expand Down

0 comments on commit ccafb55

Please sign in to comment.