On Fri, 4 Nov 2011, gabier wrote: >> $ssh gabriel@freennas > Password etc... Welcome... OK > $scp gabriel@192.168.1.103:/cygdrive/E/gabriel/testfile.txt > ~/gabriel/testfile.txt >> Now the connection is established but there is a password problem >> Permission denied, please try again. > Permission denied, please try again. > Permission denied (publickey,password,keyboard-interactive). i think there is a chance this is not a password problem. from what is shown, here, it appears to be a typographical error. instead of: $scp gabriel@192.168.1.103:/cygdrive/E/gabriel/testfile.txt ~/gabriel/testfile.txt maybe you should have typed the following? $scp gabriel@192.168.1.103:/cygdrive/E/gabriel/testfile.txt ~gabriel/testfile.txt the error "permission denied" would arise because there is no such directory: ~/gabriel. bonne chance avec la solution, monsieur. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple