Tipp of the day: Shell SSH Trouble and Workaround

The workaround is to detect this wrong password attempts (ssh asks three times) and put the shell object in a global array. Later in app.close you check if something is in the array and if yes, you do your cleanup manually (like closing main window) and call ExitMBS(0). This way you terminate your application without letting the REAL Studio framework destruct all objects.
