Skip to content
This repository was archived by the owner on Jan 30, 2021. It is now read-only.

Add all ssh_config options #5

Open
gaqzi opened this issue Feb 15, 2015 · 0 comments
Open

Add all ssh_config options #5

gaqzi opened this issue Feb 15, 2015 · 0 comments
Milestone

Comments

@gaqzi
Copy link
Owner

gaqzi commented Feb 15, 2015

There are a bunch of options available in ssh_config and it would be good to cover all of them.
I would prefer if they are covered in a correct way, only the actually correct values and so on. For example the StrictHostKeyChecking option only takes one of yes, no, and ask as parameters.

I haven't looked into whether the storm/paramiko code can be used to determine whether the option is valid or not. But possibly that could be used instead of writing our own logic for determining that for each option.

Either way all options needs to be made available to Ansible, so is it needed to add all options anyway? I know there are Ansible modules that takes any arguments, command for instance, but I don't know how that is implemented.

All options supported by OpenSSH are available in their man page.

@gaqzi gaqzi modified the milestone: v 1.0 Feb 15, 2015
gaqzi added a commit that referenced this issue Mar 5, 2015
So far only adding new entries, will test removing later.
After both adding and removing adding in all values will be started

This is a start on #5 and #6.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant