Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: BilthovenYank on May 14, 2002, 12:45:26 AM
-
I have built an e-smith server for the home and have litterally put it up in the attic with no monitor, nor keyboard. Occasionally I would like to get to the UNIX shell to do some maintenance such as moving large amounts of data between directories.
Is there any way to access the root shell from the local network via telnet? If I telnet to the server and log in as admin, I get the Server Console program. according to the docs, you can press alt-F1 and escape to a shell. This seems to work only on the console. Are there any other ways to access the root shell?
Thanks,
Mark
-
/sbin/e-smith/db configuration setprop telnet PermitRootLogin yes
/sbin/e-smith/signal-event remoteaccess-update
-
Scott,
Sorry but where do these command lines need to be entered? Is this required at least once from the console?
A bit more detail is appreciated...
Thanks
-
http://www.e-smith.org/docs/manual/5.1/console-rootprompt.html
-
Actually, the solution is much simpler than that: log in as "root", not "admin". And do use ssh instead of telnet.
-
Yes, once from the console as root.
-
Like the manual and Dan Brown say: no console access needed - just log in to server manager from the network, tell it to allow SSH access, and you can SSH (or telnet, if you really must) from another computer to the server.
-
Thanks all.
SSH was the most practical way forward...