diff options
-rw-r--r-- | monitor.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1035,7 +1035,8 @@ mm_answer_skeyrespond(int sock, Buffer *m) | |||
1035 | debug3("%s: sending authenticated: %d", __func__, authok); | 1035 | debug3("%s: sending authenticated: %d", __func__, authok); |
1036 | mm_request_send(sock, MONITOR_ANS_SKEYRESPOND, m); | 1036 | mm_request_send(sock, MONITOR_ANS_SKEYRESPOND, m); |
1037 | 1037 | ||
1038 | auth_method = "skey"; | 1038 | auth_method = "keyboard-interactive"; |
1039 | auth_submethod = "skey"; | ||
1039 | 1040 | ||
1040 | return (authok != 0); | 1041 | return (authok != 0); |
1041 | } | 1042 | } |