Closed wpplumber closed 9 months ago
My first thought was the port configuration. The man page says rsync [OPTION...] SRC... rsync://[USER@]HOST[:PORT]/DEST
(https://linux.die.net/man/1/rsync). But if you made a mistake there I would expect a connection error instead of an authentication error.
The error sign_and_send_pubkey: no mutual signature supported
might point to the HostKeyAlgorithms
flag. If you connect with a server that has an up to date OS version I wouldn't expect this to be necessary.
Can you share the ssh command and configuration that works?
The man page says rsync [OPTION...] SRC... rsync://[USER@]HOST[:PORT]/DEST
I see that I'm not using that figure!
The successful cmd is:
ssh user@ip -pXXXXX
~/.ssh/config:
Host *
PubkeyAcceptedKeyTypes +ssh-dss
HostkeyAlgorithms +ssh-rsa
PubkeyAcceptedAlgorithms +ssh-rsa
@wpplumber So is the problem solved?
No more progress in the project using this.
Thank you for your interest.
I use the following yml file to deploy my website code via SSH but I meet the error below:
Error:
FYI I'm able to connect via ssh using other machine!
I expect to connect without problem!