The software described in this documentation is either in Extended Support or Sustaining Support. See https://www.oracle.com/us/support/library/enterprise-linux-support-policies-069172.pdf for more information.
Oracle recommends that you upgrade the software described by this documentation as soon as possible.
        The default Oracle Linux installation includes the
        openssh and openssh-server
        packages, but does not enable the sshd
        service.
      
To configure an OpenSSH server:
Install or update the
opensshandopenssh-serverpackages:#
yum install openssh openssh-serverStart the
sshdservice and configure it to start following a system reboot:#
service sshd start#chkconfig sshd on
      You can set sshd configuration options for
      features such as Kerberos authentication, X11 forwarding, and port
      forwarding in the /etc/ssh/sshd_config file.
    
      For more information, see the sshd(8) and
      sshd_config(5) manual pages.
    

