Thanks,

I am a total newbie to Linux.  Last night I just setup and configured my
first successful file server.  Its my first Linux install that allows me
to do more than just surf the web. 

Command line instructions are probably all I need but I am curious if
Gnome will operate thru SSH.  While I find the graphical interface more
pleasant than CLI, I have used and am not opposed to using the command
line.

I have two ideas for this in mind.  One is to setup my server on a shelf
under my desk out of the way and my Linux learning computer can go on
the shelf above the desk with a monitor.  My other idea is to setup a
server at an office and be able to monitor, update, reconfigure, or
backup the system from over the internet.  I wouldn't mind being able to
setup the users too, but since I don't have that same access to the
workstations I would have to be present anyway, might as well get paid
for it.

Thanks again,
Buck



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Reuben D. Budiardja
Sent: Sunday, September 28, 2003 5:55 PM
To: [EMAIL PROTECTED]
Subject: Re: Remote Keyboard and mouse


On Sunday 28 September 2003 05:30 pm, Buck wrote:
> I have seen SSH referred to in several postings on the listservs.  Is 
> that what I want to study?

If you're running linux now and familiar with linux, by SSH-ing to the
server, 
you will have all the comand-line control of the server from wherver
you're 
now. If you're familiar with telnet, then SSH is a secure version of
telnet.

Provided the ssh server (sshd) is setup on the server, all you need to
do 
(from console):

$> ssh remoteserver.domain.com -l username
and then enter your password.

If ssh server is not setup on your remote server, then go look and the
redhat 
manual / customization guide on how to set up SSH server. All the RPM
needed 
is included in the distribution (openssh*), and if you're should be
installed 
by default. 

If you don't know what SSH or Telnet is, probably you should look into
reading 
for basic linux administration book. It is one of the most basic thing
you 
need to know.

RDB

>
> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]
> On Behalf Of Reuben D. Budiardja
> Sent: Sunday, September 28, 2003 5:18 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Remote Keyboard and mouse
>
> huh?
> ever heard of SSH?
>
> RDB

-- 
Reuben D. Budiardja
Department of Physics and Astronomy
The University of Tennessee, Knoxville, TN
-------------------------------------------------
/"\  ASCII Ribbon Campaign against HTML    
\ /  email and proprietary format      
 X   attachments.
/ \
-------------------------------------------------
Have you been used by Microsoft today? 
Choose your life. Choose freedom. 
Choose LINUX.
-------------------------------------------------


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list





-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to