Files
vault/command
Seth Vargo d82f59cdba Use SSHPASS envvar instead of -p for sshpass (#3177)
From the sshpass manpage:

> The -p option should be considered the least secure of all of sshpass's options. All system users can see the password in the command line with a simple "ps" command. Sshpass makes a minimal attempt to hide the password, but such attempts are doomed to create race conditions without actually solving the problem. Users of sshpass are encouraged to use one of the other password passing techniques, which are all more secure.

This PR changes the sshpass behavior to execute a subprocess with the
SSHPASS envvar (which is generally regarded as more secure) than using
the -p option.
2017-08-15 19:43:39 -04:00
..
2017-07-20 13:28:40 -04:00
2017-07-12 15:04:34 -04:00
2016-04-01 13:16:05 -04:00
2017-05-25 09:00:49 -04:00
2016-04-01 13:16:05 -04:00
2016-04-01 13:16:05 -04:00
2017-07-20 13:28:40 -04:00
2016-04-01 13:16:05 -04:00
2017-07-20 13:28:40 -04:00
2016-04-01 13:16:05 -04:00
2017-07-20 13:28:40 -04:00
2016-04-01 13:16:05 -04:00
2017-04-04 12:22:14 -04:00
2016-04-01 13:16:05 -04:00
2016-04-01 13:16:05 -04:00
2016-04-01 13:16:05 -04:00
2017-01-17 15:43:10 -05:00
2016-04-01 13:16:05 -04:00
2017-01-17 15:43:10 -05:00
2016-12-21 19:44:07 +01:00
2015-03-03 23:14:54 -08:00
2017-05-25 09:00:49 -04:00