On Tue, Feb 25, 2014 at 03:12:15PM -0700, Theo de Raadt wrote: > OK. oops Pablo Méndez Hernández <[email protected]> pointed out there is a typo in my commit. ok ?
Index: xinitrc.cpp =================================================================== 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=$HOME/.ssh/identity id2=$HOME/.ssh/id_dsa id3=$HOME/.ssh/id_rsa id4=$HOME/.ssh/id_ecdsa -id5=$HOME/.ssh/id_id_ed25519 +id5=$HOME/.ssh/id_ed25519 if [ -z "$SSH_AGENT_PID" ]; then -- Matthieu Herrb
