Skip to content

Commit

Permalink
Disable X11Forwarding on osx by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
andytson authored and andytson-inviqa committed Sep 19, 2014
1 parent d1df4ee commit 83834f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@
when 'mac_os_x'
default['sshd']['sshd_config']['SyslogFacility'] = 'AUTHPRIV'
default['sshd']['sshd_config']['UsePrivilegeSeparation'] = 'sandbox'
default['sshd']['sshd_config']['X11Forwarding'] = 'no'
end

0 comments on commit 83834f5

Please sign in to comment.