Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: Disable excessive password requests

  1. #1
    Join Date
    Nov 2012
    Beans
    2

    Disable excessive password requests

    Hi, thats my matter: I don't want to prompt my password every time I want to install a new app or things like that. I want to be requested of my pass just when I start my computer. How should I do this? Im in ubuntu 10.04 LTS

  2. #2
    Join Date
    Dec 2010
    Beans
    Hidden!

    Re: Disable excessive password requests

    Asking you for your password when you are doing something that modifies important parts of your running system is an inherent safety feature and should not be bypassed.


    404

  3. #3
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: Disable excessive password requests

    I don't think its a good idea either, but your choice.

    http://www.googlubuntu.com/results/?...Search&lang=en

  4. #4
    Join Date
    Nov 2012
    Beans
    2

    Re: Disable excessive password requests

    Well I don't want to disable it completely, just for the software center. Even better, I want the system to remember the pass so I would have just to confirm. Is that possible?

  5. #5
    Join Date
    Jan 2008
    Beans
    7,744

    Re: Disable excessive password requests

    Quote Originally Posted by Seph29 View Post
    Well I don't want to disable it completely, just for the software center. Even better, I want the system to remember the pass so I would have just to confirm. Is that possible?
    The solution would require typing more characters than the length of your password, while simultaneously diminishing your security, so I'm not sure it is a net gain.

  6. #6
    Join Date
    May 2010
    Location
    Queersland, AU
    Beans
    4

    Re: Disable excessive password requests

    Read man sudoers very carefully

  7. #7
    Join Date
    Sep 2010
    Location
    NYC
    Beans
    94
    Distro
    Lubuntu

    Re: Disable excessive password requests

    My friend, I promise you, if you just get accustomed to thinking in a more secure way, you'll appreciate this as a great strength instead of a weakness.

    Ubuntu has already done away with the root password, which is a slightly dubious decision, IMO, but obviously here to stay. The simple prompting of your normal password when you are doing administrative tasks is a small price to pay for a huge security advantage.

    It's certainly true part of the reason there isn't much malware, etc. for linux is the smaller user base. BUT, another very good reason for this is anything the user downloads or just stumbles across CAN'T DO ANYTHING to the system anyway.

    Why would you want to disable this?

  8. #8
    Join Date
    Nov 2010
    Beans
    129

    Re: Disable excessive password requests

    Like the good folks say , password prompt is a security feature that shouldn't be taken lightly . That being said , I can also appreciate the 'nag' factor associated with such prompts . My recommendation would be to change to a smaller/easier to type password

    If however , you are hellbent on your wish , here's the way to go :

    (WARNING : This WILL leave your system vulnerable . Advised only for short term experimentation on stand-alone system conditions ) Sudoers settings can be changed to completely disable password prompts . After that , you could try looking for an alternate program specific password manager .

    Cheers .

  9. #9
    Join Date
    Jan 2005
    Location
    South Africa
    Beans
    2,098
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Disable excessive password requests

    Quote Originally Posted by furtom View Post
    ... BUT, another very good reason for this is anything the user downloads or just stumbles across CAN'T DO ANYTHING to the system anyway.
    To install software, one will often (have to) use sudo; and at that moment the 'executable' can do anything it wants. I can already visualize the readme for some malware

    Installation guide for Malware version -1.-1.-1.....

    1)
    Make the file malware_installer.sh executable
    Code:
    chmod 777 malware_installer.sh
    2)
    Run the installer and follow the instructions
    Code:
    sudo malware_installer.sh
    3)
    Once done, start malware
    Code:
    malware
    For full functionality, run
    Code:
    sudo malware
    Enjoy, the Malware team
    Step 2 and 3 can be very interesting
    If you don't make backups of your important data, your data is obviously not important to you.

  10. #10
    Join Date
    May 2009
    Location
    Indiana
    Beans
    1,971
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Disable excessive password requests

    Wim, love the illustration. I do think, though, that Step 2 would have to be
    Code:
    sudo ./malware_installer.sh
    since the shell script probably wouldn't be in one of the bin or sbin directories.
    Jane, stop this crazy thing!

Page 1 of 3 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •