Results 1 to 3 of 3
Hey friends ,
guide me how i can transfer a file to a remote machine using SSH..and at a task of running a shell script....Suggestions r welcomed.....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-16-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 3
AUtomatic SSh..????
Hey friends ,
guide me how i can transfer a file to a remote machine using SSH..and at a task of running a shell script....Suggestions r welcomed..
- 02-17-2007 #2
Pubkey authentication is the way to do this. You'll perform the copy using scp. Search the forum (and/or google). If you can't find anything I can point you to a decent howto.
- 02-19-2007 #3Just Joined!
- Join Date
- Feb 2007
- Posts
- 41
See:
http://bashcurescancer.com/setting_u..._password.html
Use scp to transfer the file. If the key has a blank passphrase, it will not ask you for the passphrase and then you can use it in an automated manner.


Reply With Quote
