Weblog Archives
You are currently browsing the archives for the Encryption tag.
Published on August 10th, 2007 by George Notaras - Comments : 18
This article describes how to implement SSL-enabled name-based vhosts – that is secure virtual hosts which share the same IP address and port – with the SNI-capable mod_gnutls module for Apache’s httpd web server.
Published on November 24th, 2006 by George Notaras - Comments Off
In some of my older articles, at least where an SSH tunnel is involved, I keep mentioning a specific way of initializing such an encrypted tunnel, which results in the automatic closure of the tunnel after the job on the remote server is finished. Since this is my method of choice, I decided to provide [...]
Published on November 10th, 2005 by George Notaras - Comments : 13
Secure your data in encrypted partitions and removable volumes, or even volumes within a file, using dm-crypt and the flexibility of LUKS. In this article I describe how I encrypted a ZIP diskette and a partition contained in a file.
Published on November 10th, 2005 by George Notaras - Comments : 8
This article describes how to become your own Certificate Authority (CA) and issue your own server certificates. Be advised that noone else, apart from you, your internal network’s people or your friends, will or should trust this kind of certificates (self-signed). These are intended only for providing secure communication with your own services or for testing purposes.
Published on November 10th, 2005 by George Notaras - Comments : 39
This article describes in brief how to configure VNC server instances for one or multiple users on a remote machine, how to use VNC to start graphical applications on boot and finally how to enhance security by connecting to the server through encrypted SSH tunnels.
Published on November 10th, 2005 by George Notaras - Comments : 16
In this article I describe how to configure the SSH server, so that users authenticate using keys, how to generate DSA keys using ssh-keygen, how to configure ssh-agent and finally how to use ssh-add to manage cached passphrases.
Published on October 20th, 2005 by George Notaras - Comments : 1
I’m writing a VNC mini howto and I got stuck with something. I wanted to do the following with a single command:
create the SSH tunnel (local port forwarding)
execute vncviewer on the local machine
have the SSH tunnel to be automatically closed at the time vncviewer was closed