mitigate client bugs CVE-2016-0777 and CVE-2016-0778
This commit is contained in:
parent
9c02168480
commit
7da166afb8
@ -22,6 +22,7 @@ class ssh (
|
|||||||
$ssh_config_sendenv_xmodifiers = false,
|
$ssh_config_sendenv_xmodifiers = false,
|
||||||
$ssh_config_ciphers = undef,
|
$ssh_config_ciphers = undef,
|
||||||
$ssh_config_macs = undef,
|
$ssh_config_macs = undef,
|
||||||
|
$ssh_config_use_roaming = 'no',
|
||||||
$ssh_config_template = 'ssh/ssh_config.erb',
|
$ssh_config_template = 'ssh/ssh_config.erb',
|
||||||
$ssh_sendenv = 'USE_DEFAULTS',
|
$ssh_sendenv = 'USE_DEFAULTS',
|
||||||
$ssh_gssapiauthentication = 'yes',
|
$ssh_gssapiauthentication = 'yes',
|
||||||
|
@ -72,6 +72,9 @@ GSSAPIDelegateCredentials <%= @ssh_gssapidelegatecredentials %>
|
|||||||
<% if @ssh_config_forward_x11 != nil -%>
|
<% if @ssh_config_forward_x11 != nil -%>
|
||||||
ForwardX11 <%= @ssh_config_forward_x11 %>
|
ForwardX11 <%= @ssh_config_forward_x11 %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
<% if @ssh_config_use_roaming != nil -%>
|
||||||
|
UseRoaming <%= @ssh_config_use_roaming %>
|
||||||
|
<% end -%>
|
||||||
<% if @ssh_config_server_alive_interval != nil -%>
|
<% if @ssh_config_server_alive_interval != nil -%>
|
||||||
ServerAliveInterval <%= @ssh_config_server_alive_interval %>
|
ServerAliveInterval <%= @ssh_config_server_alive_interval %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user