Re: Xsession and id_ed25519

David Coppa <[email protected]> Wed, 26 Feb 2014 14:13:25 +0100
Newsgroups gmane.os.openbsd.x11
Message-ID <CABM=MFLCc_WsGAZBEZ-uRa-TxaxkCuHTErpz3L8QJqikXpY74A@mail.gmail.com>
On Wed, Feb 26, 2014 at 1:47 PM, Matthieu Herrb <[email protected]> =
wrote:
> On Tue, Feb 25, 2014 at 03:12:15PM -0700, Theo de Raadt wrote:
>> OK.
>
> oops Pablo M=E9ndez Hern=E1ndez <[email protected]> pointed out there i=
s a
> typo in my commit. ok ?

Yes.

> Index: xinitrc.cpp
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> RCS file: /cvs/OpenBSD/xenocara/app/xinit/xinitrc.cpp,v
> retrieving revision 1.11
> diff -u -p -u -r1.11 xinitrc.cpp
> --- xinitrc.cpp 25 Feb 2014 22:16:24 -0000      1.11
> +++ xinitrc.cpp 26 Feb 2014 12:45:25 -0000
> @@ -45,7 +45,7 @@ id1=3D$HOME/.ssh/identity
>  id2=3D$HOME/.ssh/id_dsa
>  id3=3D$HOME/.ssh/id_rsa
>  id4=3D$HOME/.ssh/id_ecdsa
> -id5=3D$HOME/.ssh/id_id_ed25519
> +id5=3D$HOME/.ssh/id_ed25519
>
>  if [ -z "$SSH_AGENT_PID" ];
>  then
>
> --
> Matthieu Herrb