moul / assh

:computer: make your ssh client smarter
https://manfred.life/assh
MIT License
3.06k stars 156 forks source link

Auth with password #26

Open moul opened 10 years ago

moul commented 10 years ago

Support authentication using password

neopaf commented 7 years ago

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?

frmz commented 3 years ago

Unfortunately using "sshpass" with assh wrapper doesnt seem to work, i also need this

HackHerz commented 3 years ago

It would be awesome if the password functionality could be similar to the ResolveCommand. This would allow for an easy integration of passwordmanagers like pass.

frmz commented 2 years ago

Love @HackHerz idea, especially on mac this could be then bound to onepassword command like or builtin keystore, any news on this idea?