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

Make ssh timeout configurable #52

Open
mark-dce opened this issue Jun 18, 2018 · 0 comments
Open

Make ssh timeout configurable #52

mark-dce opened this issue Jun 18, 2018 · 0 comments

Comments

@mark-dce
Copy link
Contributor

We've hardcoded the ssh timeout into our config and may have cases (like building VMs or training EC2 instances for Camps) where we either want longer or no timeouts.

Possible options would be to make the timeouts settings configurable variables, or to pull out the timeout setting and make it a separate role:

  roles:
    ...
    - { role: sshd_config,  ClientAliveInterval=0 }
    ...

OR

  roles:
    ...
    - { role: sshd_config }
    - { role: sshd_timeout }
    ...
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

No branches or pull requests

2 participants