? new SinkHostKeyVerification()
: getHostKeyVerification());
// Set the remote id if we can find on
try {
RemoteIdentification rid = RemoteIdentificationFactory.getInstance(ssh.getServerId(),
ssh.getConnectionProperties().getHost());
getStatusBar().setRemoteId(rid.getName(
ssh.getServerId()));
} catch (RemoteIdentificationException ex) {
getStatusBar().setRemoteId("Unknown");
}