scttnlsn / dandelion

Incremental Git repository deployment.
http://scttnlsn.github.io/dandelion
MIT License
738 stars 60 forks source link

Message: Text will be echoed in the clear. Please install the HighLine or Termios libraries to suppress echoed text. #131

Closed ogrosko closed 8 years ago

ogrosko commented 9 years ago

Hey

After dandelion configuration I ran dandelion status, then I got message "Text will be echoed in the clear. Please install the HighLine or Termios libraries to suppress echoed text." and password asking. When I insert correct password I get: "Authentication failed for user sbund@www.servicebund.de (Net::SSH::AuthenticationFailed)"

I'm sure password and host is correct

Do you have any idea where could be the problem

Thanks

dandelion -v : 0.4.14

scttnlsn commented 9 years ago

Are you using the sftp adapter?

ogrosko commented 9 years ago

Yes

scttnlsn commented 9 years ago

I can't reproduce this. What are the details of your setup? i.e. What is the remote SSH/SFTP software? Can you connect using other SFTP clients?

ogrosko commented 9 years ago

I have no problems with SSH/SFTP clients even with other dandelion configs it work fine

Here dandelion.yml config:

adapter: sftp host: XXX username: XXX password: XXX path: public_html/www passive: true

exclude:

To the mentioned server I can connect with no problems using FileZilla or terminal Other configs to another server works fine. Is there the chance there is some problem with server?

humanjpg commented 8 years ago

I had the same problem and managed to solve it.

It was because the password in the dandelion.yml config file was incorrect.