Results 1 to 3 of 3
Hi all
i have a backup shell script which backups mysql database.
i would like to add a functionality to copy the backed up file to another server but i ...
- 01-31-2008 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 16
SCP to another server with ssh options
Hi all
i have a backup shell script which backups mysql database.
i would like to add a functionality to copy the backed up file to another server but i do not want to create a ssh key between servers.
Is there a way to send a file with scp to another server inside a shell script.
Thank you
Any help appreciated
- 01-31-2008 #2
There is a command called ssh-keygen. Take a look into that because I suspect thats what you should use to generate keys.
- 02-01-2008 #3Just Joined!
- Join Date
- Oct 2007
- Posts
- 16
Thanks daark


Reply With Quote