mirror of
https://github.com/willshersystems/ansible-sshd
synced 2024-11-25 20:40:18 +01:00
Add StreamLocalBindUnlink option
This option removes existing Unix-domain socket files before they are used for forwarding targets. Need to support gpg-agent forwarding with systemd
This commit is contained in:
parent
51d4690d73
commit
4f0be6f5e7
2 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,7 @@ RekeyLimit
|
||||||
RevokedKeys
|
RevokedKeys
|
||||||
RhostsRSAAuthentication
|
RhostsRSAAuthentication
|
||||||
ServerKeyBits
|
ServerKeyBits
|
||||||
|
StreamLocalBindUnlink
|
||||||
StrictModes
|
StrictModes
|
||||||
Subsystem
|
Subsystem
|
||||||
SyslogFacility
|
SyslogFacility
|
||||||
|
|
|
@ -140,6 +140,7 @@ Match {{ match["Condition"] }}
|
||||||
{{ body_option("RevokedKeys",sshd_RevokedKeys) -}}
|
{{ body_option("RevokedKeys",sshd_RevokedKeys) -}}
|
||||||
{{ body_option("RhostsRSAAuthentication",sshd_RhostsRSAAuthentication) -}}
|
{{ body_option("RhostsRSAAuthentication",sshd_RhostsRSAAuthentication) -}}
|
||||||
{{ body_option("ServerKeyBits",sshd_ServerKeyBits) -}}
|
{{ body_option("ServerKeyBits",sshd_ServerKeyBits) -}}
|
||||||
|
{{ body_option("StreamLocalBindUnlink",sshd_StreamLocalBindUnlink) -}}
|
||||||
{{ body_option("StrictModes",sshd_StrictModes) -}}
|
{{ body_option("StrictModes",sshd_StrictModes) -}}
|
||||||
{{ body_option("Subsystem",sshd_Subsystem) -}}
|
{{ body_option("Subsystem",sshd_Subsystem) -}}
|
||||||
{{ body_option("SyslogFacility",sshd_SyslogFacility) -}}
|
{{ body_option("SyslogFacility",sshd_SyslogFacility) -}}
|
||||||
|
|
Loading…
Reference in a new issue