The first patch replaces the use of echo with a bash "here string" to avoid putting the password and OTP into the process table. This will avoid a potential attack vector on a shared system.
The second patch resolves ticket #180 and will skip prompting for the OTP if it has been passed as the environment variable $F_OTP to the process.
The first patch replaces the use of
echowith a bash "here string" to avoid putting the password and OTP into the process table. This will avoid a potential attack vector on a shared system.The second patch resolves ticket #180 and will skip prompting for the OTP if it has been passed as the environment variable
$F_OTPto the process.