There is a client.setAttribute(AttributeStore.AttributeKey <T> key, T value)
method but I don’t understand the parameter syntax or any documentation of the available key, values. I tried..
client.setAttribute("StrictHostKeyChecking", "no")
but no luck.