auth: Also log the current auth method

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-08-27 09:22:13 +02:00
parent 0ae376f133
commit 280519af29
2 changed files with 50 additions and 6 deletions

View File

@@ -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;
/*