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

Fixes #28559 - keep default ssh args #554

Merged
merged 1 commit into from
Dec 25, 2019
Merged

Conversation

ares
Copy link
Member

@ares ares commented Dec 21, 2019

Based on https://docs.ansible.com/ansible/latest/reference_appendices/config.html#ansible-ssh-args
the ssh args is by default se to "-C -o ControlMaster=auto -o ControlPersist=60s". In #25481, this
was overriden to "-o ProxyCommand=none" only. There seems to be no way to just append areguments,
so listing defaults here is probably the best option.

Based on https://docs.ansible.com/ansible/latest/reference_appendices/config.html#ansible-ssh-args
the ssh args is by default se to "-C -o ControlMaster=auto -o ControlPersist=60s". In #25481, this
was overriden to "-o ProxyCommand=none" only. There seems to be no way to just append areguments,
so listing defaults here is probably the best option.
@ekohl ekohl merged commit 557cb3f into theforeman:master Dec 25, 2019
@ekohl
Copy link
Member

ekohl commented Dec 25, 2019

Thanks!

@ekohl ekohl added the Bug label Feb 12, 2020
@ezr-ondrej
Copy link
Member

This is great, but Shouldn't we have migration for this?

@ezr-ondrej
Copy link
Member

Trying to do so here: theforeman/foreman-installer#635

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants