=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.c,v retrieving revision 1.247 retrieving revision 1.248 diff -u -r1.247 -r1.248 --- src/usr.bin/ssh/servconf.c 2013/12/05 01:16:41 1.247 +++ src/usr.bin/ssh/servconf.c 2013/12/06 13:39:49 1.248 @@ -1,5 +1,5 @@ -/* $OpenBSD: servconf.c,v 1.247 2013/12/05 01:16:41 djm Exp $ */ +/* $OpenBSD: servconf.c,v 1.248 2013/12/06 13:39:49 markus Exp $ */ /* * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland * All rights reserved @@ -164,6 +164,8 @@ _PATH_HOST_DSA_KEY_FILE; options->host_key_files[options->num_host_key_files++] = _PATH_HOST_ECDSA_KEY_FILE; + options->host_key_files[options->num_host_key_files++] = + _PATH_HOST_ED25519_KEY_FILE; } } /* No certificates by default */