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

orchestra/connection: ssh configuration options #1921

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

phlogistonjohn
Copy link

While working on getting (parts of) teuthology to run locally I found it simpler to extend the ssh configuration used by paramiko.

Allow teuthology's ssh support to use ssh-config sections like:
```
Host foobar.lab.example.com
    HostName 192.168.76.206
```

This permits me to better use teuthology in my "lab" setup where I don't
have real dns entries for the test nodes.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
Allow the configuration to specify a `ssh_config_path` parameter.
In my "lab" setup I populate a custom ssh-config rather than constantly
adding and removing entries from my "real" ssh config file.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
@phlogistonjohn
Copy link
Author

Hi @zmc or others, do I need to get 'integration/test' working in order to get reviews? According to github it is optional. If so, any tips on debugging it? I'm not sure where to start.

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