Re: Configuring SSH connections on RedHat ES 4

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux