Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

IMG 1010 - GCEMS - Other Steps

  • Create /home/excelsw/ftpBuilds folder.

  • Copy GCEMS build to /home/excelsw/ftpBuilds folder.

  • JRE version 1.7 or greater is required for GCEMS in CentOS 7.x.

  • Install GCEMS in /home/excelsw/ftpBuilds folder.

  • Disable root ssh access.

    Code Block
    [root]# vi /etc/ssh/sshd_config

    Locate the following line.

    Code Block
    PermitRootLogin yes

    Modify the line to the following.

    Code Block
    PermitRootLogin no

...