ssh
ssh copied to clipboard
Add password authentication support for SSH
Introduce optional password support in the Ssh class through the constructor and a new usePassword method. Updated README to document these changes and added relevant test cases. #100