F5 Automated Backups - The Right Way
Hi all,
Often I've been scouring the devcentral fora and codeshares to find that one piece of handywork that will drastically simplify my automated backup needs on F5 devices. Based on the wo...
Published Mar 13, 2014
Version 1.0Thomas_Schocka1
Altocumulus
Joined May 04, 2012
Thomas_Schocka1
Altocumulus
Joined May 04, 2012
Thomas_Schocka1
Mar 24, 2014Altocumulus
Hi,
You can find the private key by first generating a public/private keypair for SSH by using the command 'sshkeygen -t rsa'.
This will save id_rsa and id_rsa.pub in ~/.ssh.
You will then need to copy the contents of id_rsa.pub to the authorized_keys file on the target server and copy the contents of id_rsa into the iApp as the private key.
I hope this helps,
Kind regards,
Thomas