SSH Config

From WikiWiki

Jump to: navigation, search

The dd fast-boot image will have SSH already installed you just need to generate the public keys.

For SSH1 rsa use: ssh-keygen -t rsa1 -f /etc/ssh/ssh_host_key -N ""

For SSH2 rsa use: ssh-keygen -t rsa -f /etc/ssh/ssh_host_rsa_key -N ""

For SSH2 dsa use: ssh-keygen -t dsa -f /etc/ssh/ssh_host_dsa_key -N ""

Then: /etc/init.d/ssh start

Personal tools