welaika / docker-wordmove

Docker image to run Wordmove
https://hub.docker.com/r/welaika/wordmove/
16 stars 9 forks source link

Add sshpass to dependencies #7

Closed rbndelrio closed 6 years ago

rbndelrio commented 6 years ago

sshpass doesn't come with Ubuntu 14.04 (here's the manifest), so rsync was failing for me.

simonbland commented 6 years ago

Hi Ruben,

Thank you for the PR! 😉

Now sshpass is available for those who needs it.

However, public key authentication should be preferred whenever possible, as recommended in the manual of sshpass:

First and foremost, users of sshpass should realize that ssh's insistance on only getting the password interactively is not without reason. It is close to impossible to securely store the password, and users of ssh- pass should consider whether ssh's public key authentication provides the same end-user experience, while involving less hassle and being more secure.

Cheers, Simon

(sorry for the delay)

alessandro-fazzi commented 6 years ago

However, public key authentication should be preferred whenever possible, as recommended in the manual of sshpass

I infinitely share this point!

Thanks @rbndelrio for the contribution anyway <3