Open ghost opened 5 years ago
@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.
Isn't it possible since Fluorine? https://docs.saltstack.com/en/develop/topics/releases/fluorine.html#saltssh-major-updates (see SaltSSH now support private key's passphrase
).
@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.
@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.
Correct.
Description of Issue/Question
Setup
Saltfile:
salt/master:
salt/roster:
Steps to Reproduce Issue and Actual Output
Expected output
Versions Report