Re: Xsession and id_ed25519
Matthieu Herrb <[email protected]> Wed, 26 Feb 2014 13:47:54 +0100
| Newsgroups | gmane.os.openbsd.x11 |
|---|---|
| Message-ID | <[email protected]> |
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 is = a typo in my commit. ok ? 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 =20 if [ -z "$SSH_AGENT_PID" ]; then --=20 Matthieu Herrb