Re: Configuring SSH connections on RedHat ES 4
- From: Manuel Arostegui Ramirez <manuel@xxxxxxxxxxxxxx>
- Date: Thu, 16 Mar 2006 08:52:03 +0100
El Jueves 16 Marzo 2006 03:32, Harjinder Singh escribió:
Can someone point me in the right direction with setting up my Red Hat ES 4
to allow SSH connections so I can remotely connect and administer the Red
Hat box via a client.
What packages would I need to install? What ports on the Red Hat box will
I Need opened? And what's the best client for a SSH connection.
Appreciate any help provided.
Thanks.
By default OpenSSH-server is installed and also it's started when the system
boot up, look at "netstat -putan | grep -i listen" output
Ssh is listen on port 22, by default, you can change that by editing
/etc/ssh/sshd_config at the bottom you will see the line:
Port 22
You can put instead of 22, whatever you want (look at /etc/services)
And about the client, OpenSSH-client is installed by default in most of Linux
distributions, you can check it out by doing "rpm -qa | grep -i
openssh-clients"
If you want to connect to a sshserver from a Windows machine, you can use
putty, which is free.
Cheers.
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
- Follow-Ups:
- Re: Configuring SSH connections on RedHat ES 4
- From: Harjinder Singh
- Re: Configuring SSH connections on RedHat ES 4
- References:
- Configuring SSH connections on RedHat ES 4
- From: Harjinder Singh
- Configuring SSH connections on RedHat ES 4
- Prev by Date: Re: search inside an archive
- Next by Date: Re: search inside an archive
- Previous by thread: Re: Configuring SSH connections on RedHat ES 4
- Next by thread: Re: Configuring SSH connections on RedHat ES 4
- Index(es):
Relevant Pages
|