| DBAmon |
|
Home |
Index / DBAmon Documentation |
| What DBAmon Monitors | Free Oracle Tool: orastat | Request Support | DBAmon Download | DBAmon Gadget
| |
ls -al .ssh
mkdir .ssh
chmod 755 .ssh
cd .ssh
touch authorized_keys
chmod 644 authorized_keys
ssh-keygen
cd .ssh
ftp [DBAmon Master]
bin
cd /home/[DBAmon User]/.ssh
get identity.pub
quit
cat identity.pub >> authorized_keys
rm identity.pub
ssh1 -l [username on server] [server]