Re: xauth
Quoting Guillaume Tamboise <Guillaume.Tamboise@patoche.org>:
> Euh, oui, à un détail près, issu du /etc/ssh/ssh_config pour openssh qui
> autorise ca par défaut pour localhost et localhost seulement :
>
> #######
> ### ForwardX11 & ForwardAgent
> ### For security reasons, Debian's ssh defaults to ``no'' for these settings
>
> ### You should only enable them for hosts where you specifically trust the
> ### administrators of the remote machine, otherwise you are leaving
> ### yourself open to X11 based attacks, or to allowing your keys to be used
> ### by others from the remote machine. See also: ssh -X -x -A & -a options
> # we might as well switch them back on for localhost though
> Host localhost
> ForwardAgent yes
> ForwardX11 yes
> etc...
Salut, je profite de ce thread pour poser ma colle :
le problème est _presque_ identique à l'avant dernier mail de Michael Benedict :
http://cgi.debian.org/cgi-bin/bugreport.cgi?bug=59862
Á ceci prés,
lors du login :
debug: Server refused our key.
puis, l'erreur est identique :
philippe@iea:~$ gedit
debug: Received X11 open request.
debug: channel 0: new [X11 connection from r236m18.cybercable.tm.fr port 3794]
debug: X11 connection uses different authentication protocol.
X11 connection rejected because of wrong authentication.
Avez-vous eu ce genre de problème ?
--
Philippe
Reply to:
- References:
- xauth
- From: Charles Goyard <charles.goyard@wanadoo.fr>
- Re: xauth
- From: AUBORD Alain <Alain.Aubord@obs.unige.ch>
- Re: xauth
- From: Charles Goyard <charles.goyard@wanadoo.fr>
- Re: xauth
- From: Dominique ROUSSEAU <rousseau@neuronnexion.fr>
- Re: xauth
- From: Charles Goyard <charles.goyard@wanadoo.fr>
- Re: xauth
- From: Guillaume Tamboise <Guillaume.Tamboise@patoche.org>