Tagged Questions
2
votes
1answer
547 views
How can I use scp without providing a password
I have asked a question before in here. My question was that I tried to give my password to scp via piping
echo mypassword | scp tim@xxx.xxx.xxx.xxx:project/* ~/project/
However it still asks me ...