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
Instead of defining a password/passphrase within the gradle script or an environment variable, is there a way of prompting for a password from the command line when initiating an ssh session with a specific machine?
I'd like to avoid storing plain text files anywhere.
I tried reading from System.in in the ssh.run block, but that didn't work.
The text was updated successfully, but these errors were encountered:
Instead of defining a password/passphrase within the gradle script or an environment variable, is there a way of prompting for a password from the command line when initiating an ssh session with a specific machine?
I'd like to avoid storing plain text files anywhere.
I tried reading from
System.in
in thessh.run
block, but that didn't work.The text was updated successfully, but these errors were encountered: