Skip to content
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

Allow passwords to be sent as the callback to a 'password' event. #1106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cintolas
Copy link

We use the SSH client as a way to authenticate users to a web server
The users are on a remote machine.

This is similar to keyboard-interactive, but for passwords only. Some systems have ChallengeResponse disabled, and PasswordAuthentication enabled in sshd

Password prompt allows us to proxy over their remote connections and use SSH over the web in the same manner you would if you had a desktop ssh connection.

This is helpful if you are using multiple authMethods (privateKey, keyboardInteractive, password). You only want to prompt for the password once it is needed.

@mscdex
Copy link
Owner

mscdex commented Dec 13, 2021

The same effect can already be achieved by using a custom authHandler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants