I am trying to sftp or scp from the command line on my Pi to my GoDaddy server. I'm able to connect to the server with CyberDuck on my Mac and on a windows machine but I can't get my Pi to connect from the command line.
I did go into the Pi configuration and enable SSH.
sftp wcwc@blah.com
scp /home/pi/Pictures/image.jpg wcwc@blah.com:/
I'm prompted for a password, then access denied in both cases.
I looked in the log files but didn't see any errors coming back from the server, but I may not have looked in the right log?
I'm out of ideas.
UPDATE
Thank you for your response. The -vvv is huge.
Do I have to install some kind of ssh key and have a password?
In the debug script I see:
debug1: Next authentication method: password
wcwc@cliffandbuster.com's password:
debug3: send packet: type 50
debug2: we sent a password packet, wait for reply
debug3: receive packet: type 51
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
Permission denied, please try again.
wcwc@blah.com's password:
debug3: send packet: type 50
debug2: we sent a password packet, wait for reply
debug3: receive packet: type 51
debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password
Permission denied, please try again.
wcwc@blah.com's password:
Same results.