You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InSpec Version 4.11.3
Source on WIndows 2016
Target Linux by using SSH with Username+Password
Describe the problem
InSpec runs into an interactive password prompt if a wrong password for linux target is submitted. This causes any automated execution to break. The expected behaviour is that
inspec exit with error and message "Wrong Password". Compareable to the error message
on winRM wrong password.
@mhackethal commented on Sun Aug 11 2019
InSpec Version 4.11.3
Source on WIndows 2016
Target Linux by using SSH with Username+Password
Describe the problem
InSpec runs into an interactive password prompt if a wrong password for linux target is submitted. This causes any automated execution to break. The expected behaviour is that
inspec exit with error and message "Wrong Password". Compareable to the error message
on winRM wrong password.
Sample:
`
inspec detect --target="ssh://username:badpassword@hostname:22" -l debug
username@host´s password:
`
Possible Solution
The text was updated successfully, but these errors were encountered: