I'M trying to move an 11 gig .tar.gz file that is pretty much one of my home usernames from my ubuntu laptop to my fedora desktop, here's what I'M getting.
developer@garrett-laptop:~$ scp developer@192.168.1.9:/home/develope/fromlaptopsaveDeveloper.tar.gz garrett@192.168.1.5:/home/developer/Desktop
developer@192.168.1.9's password:
Permission denied, please try again.
Permission denied, please try again.
Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
lost connection
developer@garrett-laptop:~$
How could I be getting the password wrong since I had just logged in with ssh to that same user name? Now, I just did the same command but in reverce order from the laptop(developer) to the desktop(garrett) and it asked for two password inputs and worked just fine. What's the problem when I try it form the desktop?