currentElement = "SshToolsConnectionProfile";
} else if (qname.equals("AuthenticationMethod")) {
currentElement = "SshToolsConnectionProfile";
try {
SshAuthenticationClient auth = SshAuthenticationClientFactory.newInstance(currentAuthentication);
auth.setPersistableProperties(currentProperties);
authMethods.put(currentAuthentication, auth);
} catch (AlgorithmNotSupportedException anse) {
log.warn(
"AuthenticationMethod element ignored because '" +
currentAuthentication +