Re: Configuring SSH connections on RedHat ES 4



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



Relevant Pages

  • Re: Trend CSM 3 config problems
    ... Or, use the autopcc method, either by adding the line to the login script, or by browsing to the autopcc file manually from a client machine. ... When I click the link and Internet Explorer opens up, I get the same port 4343 error message on the client as well. ... there's a 'click here' to install. ...
    (microsoft.public.windows.server.sbs)
  • Re: SSL Multiple Ports
    ... Please inform us of the exact steps you are taking to install the client ... the cert store is maintained by IE. ... And this is the kicker u cant use SSL on w2003 IE on any other port apart ...
    (microsoft.public.inetserver.iis)
  • Re: Printer autocreation failing
    ... "...all printers are set up with a standard tcp/ip port." ... If you do *not* do one or the other, the client will not make an attempt to redirect the printer, regardless of what drivers you have installed on the server, or what driver mappings ... There are no strange effects with the 5.2.3790.1830 client, it only takes less than 30 seconds to install, and it is the matching client for connection to 2003 SP1. ... Make sure the client and server are set to enable printer redirection. ...
    (microsoft.public.windows.terminal_services)
  • Re: Error printing to/reinstalling network HP 5si printer
    ... I am a bit confused where you have the port listed. ... Are you performing administration on the Server, the client, or both? ... Do you want to install the printer driver now?" ...
    (microsoft.public.windowsxp.print_fax)
  • Re: Configuring SSH connections on RedHat ES 4
    ... 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? ... And what's the best client for a SSH connection. ...
    (RedHat)