Como parar Ubuntu de pedir sua senha do sudo

por Sukrit Dhandhania em Maio 27, 2009

Linux Segurança

Se você usar Ubuntu Linux é completamente provável que em algum ponto ou em outro você pode ter sido frustrado em sua pedir sua senha ao tentar executar tarefas administrativas, tais como instalar programas ou mudar ajustes do sistema. Ubuntu usa sudo a ferramenta para controlar direitas administrativas melhor que usuários deixar logon fàcilmente como raiz usuário. Esta é realmente uma medida de segurança boa. Entretanto, se você necessitar executar freqüentemente tarefas administrativas pode começar rather irritante. É aqui como você pode ajustar Ubuntu a nao alerta para sua senha ao se usar sudo.

Nota: este é algo que não é recomendado se você estiver usando seu computador em um lugar público ou em seu trabalho, porque este comprometerá a segurança de seus dados. Você é melhor fora de ajustar isto em seu desktop home onde você é provável confiar em mais povos.

Lance uma janela terminal e incorpore o seguinte comando:

# visudo do sudo

Visudo é uma ferramenta usada editar a lima da configuração de sudo . O comando alertará o seu para sua senha. Entre n uma última vez. A lima da configuração abrirá em um editor de texto, muito provável Nano. Enrole para baixo a extremidade do original e adicione a seguinte linha:

username ALL=NOPASSWD: TUDO

Substitua username com o username do usuário você quer permitir um sudo passwordless. Assim se o usuário for calvin, você entraria:

calvin ALL=NOPASSWD: TUDO

Conserve e retire a lima. Registro para fora, início de uma sessão como o usuário calvin e teste para fora seu sudo passwordless novo.

Bornes relacionados:
  • Uma introdução ao comando do sudo e a configuração arquivam
  • Como mudar o web browser do defeito em Ubuntu
  • Como aumentar as definições da tela disponíveis a Ubuntu ao funcionar nas paralelas para ósmio X
  • Como instalar, setup e usar o navegador da janela de Avant (Awn) em Ubuntu Feisty
  • Como jogar limas de .rmvb em Ubuntu
  • Comece tutorials simples da ajuda justos como este em seu inbox do email diário - para livre! Just enter your email address below:

    You can always opt out of this email subscription at any time.

    { 5 comments… read them below or add one }

    1 Michael 05.27.09 at 7:28 am

    Talk about circumventing security!
    Why not just run:

    sudo su

    in a terminal and do your root command tasks there. That way:
    1) You don’t have to sudo each command.
    2) You only enter your password once.

    2 LinuxLover 05.27.09 at 11:10 am

    This is about as boneheaded as running Vista with no security software at all. Why on Earth would you want to do this?

    Personally, I’m not a fan of Sudo, because using ones own user password just isn’t secure, IMO. I just use a different distro that doesn’t use Sudo by default.

    3 Mihc 05.27.09 at 2:02 pm

    You might as well run windows

    4 gyffes 05.27.09 at 5:48 pm

    While there’s no way this is as dangerous as running Windows unpatched and without a latex suit, I gotta concur with the others: this seems a silly thing to be compromising. Especially since, as LL noted, above, Sudo already is a bit weak, security-wise. I understand the idea of having no Root account enabled for to be stumbled ‘pon, but if someone is far enough into my system that they’re typing terminal commands, aren’t they likely to have my sudo pwd?

    Anyway, it’s not like sudo blah blah is so hard to type. Further, I’ve noticed that the system doesn’t ask for the password again if the sudo commands are issued close enough together (say, sudo apt-get update [lots of processing....] sudo apt-get upgrade… [ditto...] whatever next.

    5 Ross McKillop 05.27.09 at 5:58 pm

    To those who question the wisdom of this -

    You’re absolutely right, under some circumstances.

    I ran Slackware (and only Slackware) from ‘94 to ‘99. I ALWAYS had a root terminal open, usually several. I would blindly issue commands not being aware of which terminal I was in. Smart? Maybe not. But not once did I do anything harmful to the system by mistake etc.

    Not everyone should follow the steps in this tutorial and disable the sudo password. But for those that want to know how, the info is provided.

    As Sukrit mentioned, this isn’t something you’d want to do on a computer at work or anywhere that other people can use it. But for a home desktop behind a firewall, for someone who knows what they’re doing, it can be very useful and time saving.

    Leave a Comment

    You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>