178179180181182183184185186187188
throws SshToolsApplicationException { super.init(application); try { //if (ver == null) { ver = new DialogKnownHostsKeyVerification(this); //} setHostHostVerification(ver); if (ver.isHostFileWriteable()) {
179180181182183184185186187188189