server: Add ecdsa hostkey support.

This commit is contained in:
Andreas Schneider
2012-02-15 09:23:07 +01:00
parent 387d9e4855
commit 1973e833f2
4 changed files with 80 additions and 13 deletions

View File

@@ -34,8 +34,10 @@ struct ssh_bind_struct {
/* options */
char *wanted_methods[10];
char *banner;
char *ecdsakey;
char *dsakey;
char *rsakey;
ssh_key ecdsa;
ssh_key dsa;
ssh_key rsa;
char *bindaddr;