*******************************************************************************************Step by Step Implementation of key based authentications from Source A to Destination B. *******************************************************************************************
(1) At source A
(1-A) Generate a Key Above command creates a public key file called : id_dsa.pub and private key called id_dsa (1-B) Cat id_dsa.pub (2) At the source then create a file called config with the foll contents Host
ssh-keygen -t dsa
User
Compression yes
Protocol 2
RSAAuthentication yes
StrictHostKeyChecking no < could be set to yes for stricter checking, I havent tried this>
ForwardAgent yes
ForwardX11 yes
IdentityFile /opt/app/oracle/.ssh/id_dsa