Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 262515 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/jsch/internal/core/Utils.java (-1 / +1 lines)
Lines 78-84 Link Here
78
    setProxy(session);
78
    setProxy(session);
79
    Hashtable config=new Hashtable();
79
    Hashtable config=new Hashtable();
80
    config.put("PreferredAuthentications", //$NON-NLS-1$ 
80
    config.put("PreferredAuthentications", //$NON-NLS-1$ 
81
        "gssapi-with-mic,publickey,password,keyboard-interactive"); //$NON-NLS-1$ 
81
        "publickey,password,keyboard-interactive"); //$NON-NLS-1$ 
82
    session.setConfig(config);
82
    session.setConfig(config);
83
    return session;
83
    return session;
84
  }
84
  }

Return to bug 262515