Update check_sftp.py#375
Conversation
Update for support Password and fix some bugs. Added option to find text in file.
|
Kudos, SonarCloud Quality Gate passed!
|
|
This pull request introduces 2 alerts when merging 9029c29 into b577b20 - view on LGTM.com new alerts:
|
|
What is the use case for using a password instead of SSH Key? Is this less secure? Also, I generally don't change the date and author headers as that is the origin time of the code, which is an important reference point because it gives a clue as to the code's style based on that time frame, I would write this very differently today. Tbh if I was still using this code and going to be checking for more things like you're going I'd probably just write a new version of this code with paramiko - there is even a long-standing todo about this at the top of the code. |








Update for support Password and fix some bugs. Added option to find text in file.