Learn about Centmin Mod LEMP Stack today
Register Now

Beta Branch add SSHLOGIN_KERNELCHECK='y' variable support in dmotd.sh in 123.09be…

Discussion in 'Centmin Mod Github Commits' started by eva2000, Dec 20, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    55,247
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    7:55 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    add SSHLOGIN_KERNELCHECK='y' variable support in dmotd.sh in 123.09beta01

    system kernel yum package update check and alerts are made when logging into SSH. This added SSHLOGIN_KERNELCHECK='y' variable allows you to disable the system kernel yum package updates by setting in persistent config file at /etc/centminmod/custom_config.inc the following variable

    Code (Text):
    SSHLOGIN_KERNELCHECK='n'
    


    Continue reading...


    123.09beta01 branch
     
  2. Mask

    Mask Active Member

    108
    31
    28
    Nov 10, 2014
    Ratings:
    +37
    Local Time:
    2:55 PM
    Nginx 1.9.1
    MariaDB 10.0.19
    Lil confused with the wording here
    Does setting Y disables the check or setting N ?
     
  3. eva2000

    eva2000 Administrator Staff Member

    55,247
    12,253
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,833
    Local Time:
    7:55 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    n = disabled
    y = default enabled