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

feature request: allow connection using ssh keys #30

Open
gilesknap opened this issue Oct 12, 2024 · 0 comments
Open

feature request: allow connection using ssh keys #30

gilesknap opened this issue Oct 12, 2024 · 0 comments

Comments

@gilesknap
Copy link

gilesknap commented Oct 12, 2024

I'm automating a cluster build using ansible. The workflow would be cleaner if tpi could use ssh keys instead of requiring a password.

In fact I can use ssh keys for all of the commands that are able to run on the BMC itself e.g. in the following ansible uses ssh to connect to the BMC.

- name: turn off node before flashing
  raw: tpi power off -n {{ node.slot_num }}

But I'm stuck running the flash command on my local host because of disk space constraints and it creates minor security difficulties that in this one case I need to supply a password.

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

1 participant