You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've looked through all the documentation that I can find, but I can't figure out how to make the commandline prompt for a password, instead of storing it in a file, or passing it as an argument to the commandline.
I looked at the underlying ssh2 repo, and it looks like they have a 'keyboard-interactive' support, which would allow for the prompting of password, like regular ssh does. How can I do that for grunt-ssh?
The text was updated successfully, but these errors were encountered:
@iron-man Am I right. You want to start your deployment with e.g. "grunt deploy" and then the commandline should show something like "Enter password:"?
Then you type your password for the server and grunt-ssh will continue?
May you have a look at grunt-prompt.
I've looked through all the documentation that I can find, but I can't figure out how to make the commandline prompt for a password, instead of storing it in a file, or passing it as an argument to the commandline.
I looked at the underlying ssh2 repo, and it looks like they have a 'keyboard-interactive' support, which would allow for the prompting of password, like regular ssh does. How can I do that for grunt-ssh?
The text was updated successfully, but these errors were encountered: