Skip to content

Commit

Permalink
Add StreamLocalBindUnlink option
Browse files Browse the repository at this point in the history
This option removes existing Unix-domain socket files before they are
used for forwarding targets.

Need to support gpg-agent forwarding with systemd
  • Loading branch information
TimJDFletcher committed Mar 17, 2018
1 parent 51d4690 commit 4f0be6f
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 4f0be6f

Please sign in to comment.