public OpenSSHAgentAuthenticator() { try { proxy = new AgentProxy(new SSHAgentConnector(new JNAUSocketFactory())); } catch(AgentProxyException e) { log.warn(String.format("Agent proxy %s failed with %s", this, e)); } }