Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x11 forwarding should be configurable like tcp and agent forwarding #99

Merged
merged 3 commits into from Sep 20, 2015

Conversation

patcon
Copy link
Contributor

@patcon patcon commented Sep 17, 2015

Seems that the concern is similar for tcp and agent, and yet they are configurable.

If I am the only user on my server, and I'm choosing to trust it for agent forwarding, x11 forwarding should not compromise my local system to any greater degree, correct?

X11Forwarding no
<% end %>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @patcon what do you think about:

X11Forwarding <%= ((@node['ssh']['allow_x11_forwarding']) ? "yes" : "no" ) %>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure! Made other forwarding lines consistent with this too

@chris-rock
Copy link
Member

Hi @patcon Thanks for this great PR.

@chris-rock
Copy link
Member

amazing. Thanks for the improvements @patcon

chris-rock added a commit that referenced this pull request Sep 20, 2015
x11 forwarding should be configurable like tcp and agent forwarding
@chris-rock chris-rock merged commit dd908ed into dev-sec:master Sep 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants