welaika / photocopier

FTP & SSH file copier
MIT License
17 stars 15 forks source link

SSH adapter: if ssh password is given, use sshpass #5

Closed Arkham closed 11 years ago

Arkham commented 11 years ago

Assume that sshpass is the tool to be used if a password has been given, since the security has already been negated by a password written in the Movefile.

In addition, this should encourage people to stop putting passwords inside Movefiles (i.e. sshpass insn't installed)