Tuesday, August 7, 2007

ssh-keygen -t dsa -b 1024
[root@titan .ssh]# ssh-keygen -t dsa -b 1024
Generating public/private dsa key pair.
Enter file in which to save the key (/root/.ssh/id_dsa):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in /root/.ssh/id_dsa.
Your public key has been saved in /root/.ssh/id_dsa.pub.
The key fingerprint is:
d2:32:02:4e:25:27:53:8f:c1:ab:80:02:0f:25:da:af root@host.domain.com

Then copy in any public keys into ~/.ssh/authorized_keys

Popularity: 3%

{ 0 comments }

Lighttpd vs thttpd Update3

by damonp on August 7, 2007

in SysAdmin

I have been asked several times recently about my original comparison of Lighttpd and thttpd and subsequent benchmarks for Lighttpd vs thttpd.

I do not have updated benchmarks for these two. However, Lighttpd is still under active development with the latest release Lighttpd 1.4.16 dated 7/24/07. The most recent thttpd release has a newest file date of 6/29/05 (I couldn’t find an official release date for thttpd 2.25b). I would surmise that the performance for Lighttpd would only have increased as it is still under active development. Without a new release, thttpd’s performance surely hasn’t changed since my benchmark.

Popularity: 4%

{ 0 comments }