OpenSSH 2.3.0p1
Installation
- Installation von zlib, openssl
- Systeme ohne /dev/urandom oder /dev/random: Nutzung von
built-in entropy collection code oder Installation des Entropy Gathering Daemon
Letzteres sei dringend empfohlen! (Sonst: Wartezeiten durch built-in-Zufallszahlengenerator)
- ggf. Start des Entropy Gathering Daemons: egd.pl /etc/entropy
- ./configure --tcp-wrappers --with-ipv4-default \
--prefix=/opt/openssh --with-egd-pool=/etc/entropy
make
make install
- Erzeugen der Host Keys per Hand:
ssh-Protokoll-Version 1:
/opt/openssh/bin/ssh-keygen -b 1024 \
-f /opt/openssh/etc/ssh_host_key -N ''
ssh-Protokoll-Version 2:
/opt/openssh/bin/ssh-keygen -d \
-f /opt/openssh/etc/ssh_host_dsa_key -N ''
Ulrike Nitzsche
13. Februar 2001