mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-07 18:50:27 +09:00
auth: Also log the current auth method
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -136,6 +136,7 @@ struct ssh_session_struct {
|
||||
enum ssh_auth_service_state_e service_state;
|
||||
enum ssh_auth_state_e state;
|
||||
uint32_t supported_methods;
|
||||
uint32_t current_method;
|
||||
} auth;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user