public void loadPrivateKeys() {
   current_pkeys = Utils.loadPrivateKeys(getJSch(), current_pkeys);
   setNeedToLoadKeys(false);
 }