Pario TechnoBlob
About
Posts
Tag: ssh
Using Lsyncd to perform “live” syncronization of a local directory to a remote directory
This post is a short HOWTO and describes how you can install and run lsyncd to perform a rsync syncronization from local to a remote server using SSH. Lsyncd is a daemon to...
Compare a remote file with a local file using ssh and diff
ssh user@example.com cat /path/to/remotefile | diff /path/to/localfile -
Secure browsing with Firefox and SOCKS v5
This post describes how you can setup secure web browsing using Firefox3 and by setting up a SSH tunnel from your PC/host to a remote PC/host. Your PC will then act as a local...
Fix slow SSH login
Add the following line if your SSH login takes a long time on your SSH server. File /etc/ssh/sshd_config: UseDNS no Restart the SSH daemon to activate this change.
««
«
1
2
3
…
7
»
»»