Pattern return "**PASSWORD REDACTED FOR SECURITY**" in file pathIssue When run discovery to target device, pattern return file path comprise of "**PASSWORD REDACTED FOR SECURITY** " ie: get output file2022-02-17 09:10:45: setAttribute(options_file,[{name=/home/**PASSWORD REDACTED FOR SECURITY**/servicenow/servicenow_test.csv}]) Cause"**PASSWORD REDACTED FOR SECURITY**" is part of our security code on SSH side, to prevent password from coming up ANYWHERE in ANY text field response for SSH. Could be case that customer's HOME directory is something along the lines of~/myUsersPassword/.../.../...ResolutionThe SSH user used to discover target device has both user name and password with the same value. ie: user: serviceccsndispassword: serviceccsndis As such, when discovery gets file from path that comprise of the user "serviceccsndis" ie: /home/serviceccsndis/servicenow/servicenow_test.csv the security code on SSH side will change the path to, causing the pattern unable to get the right path /home/**PASSWORD REDACTED FOR SECURITY**/servicenow/servicenow_test.csv Change the SSH user's password to value different than the user id should helps to fix the issue.