----- Original Message ----- From: "kamel" <[EMAIL PROTECTED]> To: "Fabrice Cartron" <[EMAIL PROTECTED]> Sent: Friday, November 16, 2001 11:22 AM Subject: Re: connexion ssh en root sur debian
> apres avoir modifier le /etc/ssh/sshd_config et rajout� PermitRootLogin yes > j'ai effectu� un kill -HUP sur sshd > > pourtant � chaque demande de connexion en tant que root, j'ai Access denied > > voici mon fichier de configuration ssh_config > Host * > # ForwardAgent no > # ForwardX11 no > RhostsAuthentication no > # RhostsRSAAuthentication yes > # RSAAuthentication yes > # PasswordAuthentication yes > # FallBackToRsh no > # UseRsh no > # BatchMode no > # CheckHostIP yes > StrictHostKeyChecking yes > # IdentityFile ~/.ssh/identity > # Port 22 > # Cipher blowfish > # EscapeChar ~ > PermitRootLogin yes > > merci > merci > > ----- Original Message ----- > From: "Fabrice Cartron" <[EMAIL PROTECTED]> > To: "kamel" <[EMAIL PROTECTED]> > Cc: <[email protected]> > Sent: Friday, November 16, 2001 10:51 AM > Subject: Re: connexion ssh en root sur debian > > > > En r�ponse � kamel <[EMAIL PROTECTED]>: > > > > > j'ai install� le package sshd, je r�alise des connexions ssh mais en > > > tant > > > que root, pourtant j'ai supprim� le fichier securetty > > > > > > ainsi, comment fait on pour authoriser les connexions ssh sous root ? > > > merci > > > > > > > > > > > > dans /etc/ssh/sshd_config > > PermitRootLogin yes > > > > > > > -- > > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > > with a subject of "unsubscribe". Trouble? Contact > > > [EMAIL PROTECTED] > > > > > > > > > > > Fabrice Cartron > > APM-online > > www.apm-online.fr > > > > > > -- > > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > > with a subject of "unsubscribe". Trouble? Contact > [EMAIL PROTECTED] > > >

