primm schreef:
(snip)>
> But I'm wondering. Is there anyway of getting into my cli only server from a 
> kde client on my lan? Or does the server have to have X installed too to be 
> able to do that?
> 
> Love from Lynn.

Open a console (konsole) in your kde client and type

ssh [EMAIL PROTECTED]

to open up an ssh (secure shell, logins, passwords and packets will be
encrypted) connection to the server. This will give you a cli interface.
The server must have the ssh daemon running. If the ssh daemon is configured in
such a way that it does not allow root logins (some are, for reasons that do not
matter right now) you must use your own account name to login and use 'su' or
'sudo' to obtain root privileges.

Regards,
-- 
Jos van Kan                registered Linux user #152704, hobbyist
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to