setText(edGlobalSSHAuthFile,globals.getSsh().getAuthFile());
setText(edGlobalSSHPassword,globals.getSsh().getPassword());
setText(edGlobalSSHSudoPassword,globals.getSsh().getSudoPassword());
while (!jsInstallations.eof()) {
JSinstallation installation = jsInstallations.next();
}
}