-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
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
SSH auth with password? #204
Comments
I believe that you have two options:
|
I think this is something that should not be done, ssh has already solved this with ssh-agent. |
I probably badly worded it there. I meant without keys(eg. if the only option to connect is with passwords) I suppose I'll setttle on the AuthMethod. Thanks |
I do wonder if I'm able to do something similar to an auth method with the openssh? |
Hello, I was wondering if there are plans to support ssh/& openssh connections with password(without keys)
Is it intentionally not supported?
I suppose I can build my own
AuthMethod
to patch that in, but it would be nice to have it in the core config.edit: without keys(missed that)
The text was updated successfully, but these errors were encountered: