node.setIdentity(ids);
Node_Type[] nodes = {node};
AdjustTask task = new AdjustTask("1.2.3.4", null, "something");
AdjustTask[] tasks = {task};
Print pr = new Print(new PrintOpts(null), System.out, System.err, System.err);
adjustKnownHosts(nodes, "/home/tim/known", null, tasks, pr);
}