These are the backup scripts that I used to back up any Linux servers to my local machine. First thing that you should do is set-up the SSH keys so you can connect to your local machine without the need of a password. On the Remote host you need to generate the keys with the [...]
Archive for October, 2008
October 14, 2008
0
Slow SSH connection
By Jay in LinuxThis has happened to me in the past when you connect to a SSH server and the initial connection is really slow, it can be really annoying. After trying a few different things and after looking at debug information I found that the following solution worked for me. Edit /etc/ssh/ssh_config on the local machine and [...]