Daily Archives: 17.08.2009

ssh key authentication

How to generate SSH keys and implement for key authentication. login to local machine with user you will be using for connect to remote. 1. generate keys: ssh-keygen -t dsa 2. copy id_dsa.pub to remote machine to /tmp directory scp … Continue reading

Posted in Linux tips | Tagged , , | 2 Comments

Backup remote linux mysql and data

Whit little bash script you can backup remote linux server. I wrote this script for backup my web server powered by ISPconfig 3. Backup is started from local linux machine. For this script ssh key authentication must be set. This … Continue reading

Posted in ISPConfig 3, Linux tips | 21 Comments