SamKirkland / web-deploy

Deploy your website automatically for free
MIT License
186 stars 30 forks source link

Permission denied #4

Closed reactmore closed 1 year ago

reactmore commented 2 years ago

user@domain.com: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).

is it possible to use rsync with password ?

ilovelinux commented 1 year ago

Solved converting private key format from OPENSSH to PEM:

ssh-keygen -p -m PEM -N '' -f id_rsa

as described here

Related to https://github.com/openssl/openssl/issues/13443 Bug report: https://bugzilla.mindrot.org/show_bug.cgi?id=3233