* Franck <[EMAIL PROTECTED]> [2005-01-21 11:55] : > >>>c'est �a que tu dois faire : > >>>ssh -v 192.168.0.136 > >> > >>Oups, pardon :( > >> > >>ssh -v 192.168.0.136 > >>OpenSSH_3.8p1, SSH protocols 1.5/2.0, OpenSSL 0.9.7d 17 Mar 2004
[...] > >>debug1: Authentications that can continue: publickey,keyboard-interactive > >>debug1: Next authentication method: publickey > >>debug1: Trying private key: /home/franck/.ssh/identity > >>debug1: Trying private key: /home/franck/.ssh/id_rsa > >>debug1: Trying private key: /home/franck/.ssh/id_dsa > >>debug1: Next authentication method: keyboard-interactive > >>Connection closed by 192.168.0.136 > > > > > >C'est normal que tu n'ai pas password comme m�thode d'authentification ? > >Tu as d�sactiv� l'authentification par mot da passe dans > >/etc/ssh/sshd_config (option PasswordAuthentication � No) peut-�tre ? > C'est le sshd_config par d�faut de sarge/SID, j'ai juste chang� le > niveau de debug de INFO � DEBUG, c'est tout ... Curieux, j'ai r�install� une Sarge assez r�cemment et je pouvais me connecter par mot de passe. > Tu pourrais me poster le tien STP ? D�sol�, je ne pr�f�re pas (moins on donne d'informations (m�me anodines), meilleure est la s�curit�. Oui, je sais, s�curit� par l'obscurit� et patati, patata, mais bon)... > Port 22 > Protocol 2 > HostKey /etc/ssh/ssh_host_rsa_key > HostKey /etc/ssh/ssh_host_dsa_key > UsePrivilegeSeparation yes > KeyRegenerationInterval 3600 > ServerKeyBits 768 > SyslogFacility AUTH > LogLevel DEBUG > LoginGraceTime 600 > PermitRootLogin yes > StrictModes yes > RSAAuthentication yes > PubkeyAuthentication yes > IgnoreRhosts yes > RhostsRSAAuthentication no > HostbasedAuthentication no > RhostsRSAAuthentication > PermitEmptyPasswords no > PasswordAuthentication no Ah, ah, et en changeant cette option � yes et en red�marrant le serveur SSH, cela devrait te permettre de te connecter par mot de passe... Fred -- Comment poser les questions de mani�re intelligente�? http://www.gnurou.org/documents/smart-questions-fr.html Comment signaler efficacement un bug�? http://www.chiark.greenend.org.uk/~sgtatham/bugs-fr.html

