-
-
Notifications
You must be signed in to change notification settings - Fork 155
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
Auth with password #26
Comments
our Customer IT is stubborn to open access by SSH key, and asks us to enter password every single time, which we, of course, circumvented by sshpass, but that in effect prevents us from using assh :( I've tried for a few hours to invent something better than that, and succeeded, but it is FAR from beauty, available with assh. please please do it? |
Unfortunately using "sshpass" with assh wrapper doesnt seem to work, i also need this |
It would be awesome if the password functionality could be similar to the |
Love @HackHerz idea, especially on mac this could be then bound to onepassword command like or builtin keystore, any news on this idea? |
Support authentication using password
The text was updated successfully, but these errors were encountered: