I need bash script to upload file with SCP. How I can do that in script, I want to call that script fromother program. ( I know to do that with EXPECT but I need plain bash script). Can anybody help ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I strongly recommend setting up key-based authentication for your system. Then you could use ssh-agent to automate unlocking the key for your program. |
|||
|
|
Well then just type the If you're asking how to avoid being prompted for password, I strongly recommend you to use SSH-keys. Here is a really simple tutorial on how to set it up properly. |
|||
|
|