Add "Failed to retrieve authentication methods" dialog

This commit is contained in:
Brendan Shanks 2019-08-26 22:47:28 -07:00
parent 8b4b98515a
commit fd1000cfc8
1 changed files with 1 additions and 0 deletions

View File

@ -1560,6 +1560,7 @@ static Boolean ssh2_authentication_successful(LIBSSH2_SESSION *session, WindRec
return true;
} else {
syslog(0, "Failed to retrieve authentication methods\n");
SSH2ErrorDialog("Failed to retrieve authentication methods");
return false;
}
} else {