Linux Crash Course - User Account & Password Expiration

Поділитися
Вставка

КОМЕНТАРІ • 28

  • @Lynden_Price
    @Lynden_Price Рік тому +2

    I like that you're too polite to suggest that someone who wants to list password information for a user might accidentally type "sudo passwd -l" instead of "sudo chage -l" and lock the account of the user without realizing it. As someone who would of course never make that kind of mistake I'm glad you included it in the video. 😉

  • @boggeerahboggeerah8112
    @boggeerahboggeerah8112 6 місяців тому

    Buddy, you’re the most useful linux channel on UA-cam. Thanks alot to you for everything you do.😊

  • @RTSwiz
    @RTSwiz 3 роки тому +2

    You’re the most useful linux channel on UA-cam. Thank you for everything you do

  • @Mister-Gee-9999
    @Mister-Gee-9999 3 роки тому +9

    Jay, As a SysAdmin for 30+ years I've found some users would keep locking out their account and calling 1st line support (avoiding me) just so they could weasel their way back into setting their 10 year old "Super strong" password back using tears, threats, chocolate bars, favours etc. I would routinely run Johntheripper against the passwords to check for myself for weak ones.

    • @d00dEEE
      @d00dEEE 3 роки тому +7

      And send the password back to them in a clear text email, saying "If you change your password back to 'MySuperStrongPassword' one more time, I'll delete all your files." 😁

  • @hernesc
    @hernesc 3 роки тому +4

    Setting expiration date for Neo, Trinity and Morpheus? Now we finally know who is behind Matrix, Jay...or rather Mr. Smith?!

  • @paulrichardd
    @paulrichardd 3 роки тому +3

    Do a videoa bout Ldap and about a linux network environment, like access shared folders.

  • @theblindprogrammer
    @theblindprogrammer 3 роки тому

    This video is really useful to me, thank you Jay.

  • @srsr6099
    @srsr6099 3 роки тому +2

    Super useful; I didn't know passwd can do things other to than change passwords, cool Jay.
    Can we dwell more on shadow files please? Override set password & things like that, idk.
    Thanks Jay once again.

    • @LearnLinuxTV
      @LearnLinuxTV  3 роки тому +1

      That might be something to go over later in the series, thank you for the suggestion.

  • @paulmacgiollacaoine8619
    @paulmacgiollacaoine8619 3 роки тому

    Very well presented, thank you.

  • @jyvben1520
    @jyvben1520 3 роки тому +1

    2021-10-01 : Jay said after October 1st, is it not on after midnight end of September ?

  • @13thravenpurple94
    @13thravenpurple94 2 роки тому

    Great work Thank you

  • @edgardejesusmendozaortegon7655
    @edgardejesusmendozaortegon7655 2 роки тому

    Thanks for these videos!!!!!

  • @rivoendre
    @rivoendre 2 роки тому

    Could be extended with other useful operations like setting password complexity or preventing users from reusing old passwords etc.

  • @MichaelMantion
    @MichaelMantion 3 роки тому +3

    Password expiration horrible. It is the single greatest threat to a network. Tim didn't reset his password, he calls in to get it reset, its so common that verification standards have to be lowered. Tim gets his password reset but...... its a trick, Tim is really some guy in Nigeria who now has access to your network.
    Locking out an account after to many password attempts is also a great way to get your network compromised. Time outs are fine, but its better to just reduce access or to contact HR when there too many password attempt. Let HR contact the employee and or supervisor to resolve the issue.

  • @MsftDownl
    @MsftDownl 10 місяців тому

    Any chance for a video on how login.conf ; passwd.auth ; system.auth ; pwquality all fit together?

  • @asiballoon
    @asiballoon 2 роки тому

    Thank you so much

  • @Natsumi170
    @Natsumi170 3 роки тому

    Informative

  • @cip7495
    @cip7495 3 роки тому

    AWESOME

  • @zhongwen26
    @zhongwen26 3 роки тому

    有用,学习了

  • @Hauketal
    @Hauketal 3 роки тому

    The security community has because of bad experiences come to the conclusion that both time based password expiry and minimum password lifetimes are contraproductive™.
    Both result in users having insecure passwords. Just keep the hashes (salted and peppered of cause) of ALL previous passwords.

  • @nayibmc5437
    @nayibmc5437 3 роки тому +2

    Please upload to Odysee!

    • @LearnLinuxTV
      @LearnLinuxTV  3 роки тому +2

      Odysee is not something I'm targeting at this time, but you never know, keep an eye on the website to see if there's any changes.

  • @Grahamaan27
    @Grahamaan27 3 роки тому

    Needing password expirations on Linux? That's a world I don't live in.

  • @MsftDownl
    @MsftDownl 10 місяців тому

    RHEL have added places where one can hardel passwords...
    login.conf; sustem.auth; passwd.auth; pwquality.conf
    Why so many? Are they all needed? Can one point to pwquality inside passwd.auth and only use that? doesn't pwquality make the others redundant?

  • @MsftDownl
    @MsftDownl 10 місяців тому

    Any chance for a video on how login.conf ; passwd.auth ; system.auth ; pwquality all fit together?