mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 10:40:28 +09:00
server: Add ecdsa hostkey support.
This commit is contained in:
@@ -141,6 +141,7 @@ struct ssh_session_struct {
|
||||
struct {
|
||||
ssh_key rsa_key;
|
||||
ssh_key dsa_key;
|
||||
ssh_key ecdsa_key;
|
||||
|
||||
/* The type of host key wanted by client */
|
||||
enum ssh_keytypes_e hostkey;
|
||||
|
||||
Reference in New Issue
Block a user