On Sun, 2003-09-28 at 16:55, Reuben D. Budiardja wrote: > 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.
in addition to text only access, if you want, you can run gui apps on the remote box and use the display you are sitting at. Again ssh sets all the X session forwarding up for you by default. ssh is without a doubt one of the essential programs on any *nix box in my opinion. The concept of remote access and administration is an inherent part of *nixes that I forget is is a novelty to folks coming from other OSes. Once you get ssh working login to your headless box from another linux box via xterm. type xclock and if all the X stuff is installed, marvel at the display of the clock that shows the time on the remote box. This is VERY cool stuff and once you get used to it you will be pissed when you use anything else. Bret -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list