salt-ssh --askpass --priv=...: Private key file need passphrase #67542
Replies: 4 comments
-
@urzds Thanks for the report. It's my understanding that this is currently not possible with Salt SSH and the suggested method for using a private key with a passphrase is to utilize SSH Agent. |
Beta Was this translation helpful? Give feedback.
-
Isn't it possible since Fluorine? https://docs.saltstack.com/en/develop/topics/releases/fluorine.html#saltssh-major-updates (see |
Beta Was this translation helpful? Give feedback.
-
@max-arnold Yup. Does appear that you can pass it along on the command line as an argument or include it in the configuration file, based on the example above it appears neither is being done and the expectation was to be prompted for the passphrase. |
Beta Was this translation helpful? Give feedback.
-
Correct. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description of Issue/Question
Setup
Saltfile:
salt/master:
salt/roster:
Steps to Reproduce Issue and Actual Output
Expected output
Versions Report
Beta Was this translation helpful? Give feedback.
All reactions