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
It would be nice to operate on servers that are configured to not use username authentication.
The text was updated successfully, but these errors were encountered:
This is possible using the same SFTP client that we have, as noted here:
https://csharp.hotexamples.com/examples/Renci.SshNet/SftpClient/-/php-sftpclient-class-examples.html#0xfd2128cea7c5fb03421cea900fed6312fc4b8f6c77cf4bdb620fa253ae2c400c-33,,39,
We could modify this section to use a similar conditional to check for a key then default to a password here:
CyLR/CyLR/src/Program.cs
Line 325 in f76f19f
Sorry, something went wrong.
No branches or pull requests
It would be nice to operate on servers that are configured to not use username authentication.
The text was updated successfully, but these errors were encountered: