Tag Archives | Security

Using a server service through a SSH tunnel

If you have access to a server only through SSH, you can yet access all the others server services without the need to forward other ports on the router or firewall. Here is how : Open a console on your client Type : ssh -L [local port]:localhost:[remote port] [username]@[remote server] From now on you can [...]

Read full story Comments { 0 }

VPN with Tinc

Tinc is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private network between hosts on the Internet. The configuration and usage are extremely simpler that VPN based on IPSec protocol and is suited for not too complex infrastructures where OpenVPN is a better solution. Tinc is a very [...]

Read full story Comments { 0 }