We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Currently the ssh transport uses base64 -d during auth for sudo with password. However on BSD machines the flag is -D.
base64 -d
inspec exec -t ssh://[email protected] -i key ~/.ssh/id_rsa --sudo --sudo-password 'hunter2' Sudo failed: base64: invalid option -- d Usage: base64 [-dhvD] [-b num] [-i in_file] [-o out_file] -h, --help display this message -D, --decode decodes input -b, --break break encoded string into num character lines -i, --input input file (default: "-" for stdin) -o, --output output file (default: "-" for stdout) Password:
The text was updated successfully, but these errors were encountered:
Refs #445
Sorry, something went wrong.
Appears fixed on #137
No branches or pull requests
Hi,
Currently the ssh transport uses
base64 -d
during auth for sudo with password. However on BSD machines the flag is -D.inspec exec -t ssh://[email protected] -i key ~/.ssh/id_rsa --sudo --sudo-password 'hunter2' Sudo failed: base64: invalid option -- d Usage: base64 [-dhvD] [-b num] [-i in_file] [-o out_file] -h, --help display this message -D, --decode decodes input -b, --break break encoded string into num character lines -i, --input input file (default: "-" for stdin) -o, --output output file (default: "-" for stdout) Password:
The text was updated successfully, but these errors were encountered: