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

Lack of quotation marks for an ssh_password in the connectivity check #1671

Open
ivanblem opened this issue Feb 11, 2021 · 1 comment
Open

Comments

@ivanblem
Copy link
Collaborator

Hi,

The ssh_password variable is non-quoted in this line.

sshpass -p{{ ssh_password }} ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null

So the check fails in case of using special characters like &, ; etc. in a password.

@ghost
Copy link

ghost commented Feb 12, 2021

JIRA ticket has been filed. Thank you for the heads up.

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