OpenL Tablets git remote url not supporting microsoft azure devops server git repos throws error.
When I try connect to solaris OS through JSCH library prompting Kerberos username. How to I recify this issue? Session session = jsch.getSession(USERNAME, host, port); session.setConfig("StrictHostKeyChecking", "no"); session.setPassword(PASSWORD); session.connect();