Glenn Kennedy wrote:
> you're suggestion of installing ssh is a good one; and that is
> exactly what i was trying to do via telnet login. however,
> even with the access set to private, the e-smith box still
> drops the connection after i enter my user and password.
> this can't be right - have you, or anyone else, encountered
> this?
To install ssh, log in as root on the console: Alt-F4, "root", admin password.
If you wish to log into the server as yourself, you will need to
change your user shell to /bin/bash. The default shell is very
restrictive - it doesn't let you do anything

Log in as root, then do: "chsh -s /bin/bash username".
Charlie