Layer7 API Management

Expand all | Collapse all

How do I change the password expiry frequency for both root and ssgconfig account of the SSG appliance from 60 days to say 3 months?

  • 1.  How do I change the password expiry frequency for both root and ssgconfig account of the SSG appliance from 60 days to say 3 months?

    Posted Aug 18, 2016 09:15 AM


    Is there a way to change the password expiry frequency of accounts on SSG appliance to a longer period?



  • 2.  Re: How do I change the password expiry frequency for both root and ssgconfig account of the SSG appliance from 60 days to say 3 months?
    Best Answer

    Broadcom Employee
    Posted Aug 18, 2016 10:36 AM

    Hi Abdus. You can change that by using the Linux command chage as follows:

     

    # chage -M 90 ssgconfig

     

    This will change the password expiration policy to 90 days. You can check that by using this command:

     

    # chage --list ssgconfig