Enable SSH on Joggler Native OS
===============================

The file is a mirror of: http://stephenford.org/joggler/files/joggler_enable_ssh_v0.1.zip

An quick and easy way to set your own username and password, once SSH is installed, is:

   echo "user:`cryptpw password`:0:0:joggler:/:/bin/sh" >> /etc/passwd

Where 'user' and 'password' should obviously be altered. The entry 'joggler' is also just
a name entry, so this can also be changed to whatever you like.

You should probably remove the 'letmeinssh' entry in /etc/passwd too, if you're bothered.
