Re: Solaris 8 SSH Issues.

From: Andrew J Caines (A.J.Caines_at_halplant.com)
Date: 10/20/03

  • Next message: Hal Flynn: "New SecurityFocus article"
    Date: Mon, 20 Oct 2003 17:19:56 -0400
    To: focus-sun@securityfocus.com
    
    

    Rodrick,

    > Speaking of ssh on Solaris I'm running into two issues
    > a) Users passwords expiring on them with out them knowing ie. They get
    > no warnings most of my servers are Solaris 8 so I'm using OpenSSH.
    > b) Users able to login into the system even though their passwords are
    > expired because there using ssh-agent/paraphrase
    > Anyone can recommended a workaround or solution?

    You're missing an important detail, which is that by using ssh with key
    based authentication you no longer have the problem which is addressed by
    password expiry (ie. local password authentication). In fact having
    expiring passwords makes little sense, at least in the case of login
    authentication.

    Remember that the authority to access the account comes exclusively from
    the presence of the public key in authorized-keys. Only the owner of the
    corresponding private key(s) can log in. The passphrase is only for the
    protection of the private key on the client system(s) and should never
    have to be changed.

    So, be happy and dump the expiring passwords. In fact, if you don't use
    the passwords for anything else, then you can set them to whatever you
    like.

    -Andrew-

    -- 
     _______________________________________________________________________
    | -Andrew J. Caines-   Unix Systems Engineer   A.J.Caines@halplant.com  |
    | "They that can give up essential liberty to obtain a little temporary |
    |  safety deserve neither liberty nor safety" - Benjamin Franklin, 1759 |
    

  • Next message: Hal Flynn: "New SecurityFocus article"

    Relevant Pages

    • Re: POP3 Problem
      ... How do I exclude their passwords from expiring? ... check "Never Expire" won't their pw's still expire if the ... Local or Group Policy sets an expiration length? ...
      (microsoft.public.exchange2000.admin)
    • Re: POP3 Problem
      ... > every so often (I guess their passwords are expiring). ... > POP3 users when their passwords are about to expire? ... if you use SSL they can change their passwords in OWA. ...
      (microsoft.public.exchange2000.admin)
    • Re: stop password from expiring
      ... >and I need for one of the passwords to stop expiring. ... You probably setup /etc/login.conf or ~/.login.conf to have the password ... expire. ...
      (comp.unix.bsd.freebsd.misc)
    • Re: Need to upgrade password security
      ... system in place using mod_auth_mysql and Basic authentication. ... should be able to set their own passwords and change them. ... I've never written any PHP or Javascript, but I'm experienced with CGI. ... relying on basic HTTP authentication ...
      (comp.infosystems.www.servers.unix)
    • Re: Windows Authentication (asp.net 1.1 C#)
      ... it is up to you how you store your passwords - FormsAuth is just a mechanism ... Usually you store the passwords in a database using salted hashes - have a look at PasswordDeriveBytes class ... Authentication or Form Authentication. ...
      (microsoft.public.dotnet.framework.aspnet.security)