I alway get prompt to ask for "Kerberos username" and "Kerberos password"
even I configure the username and password in the INI file. I find a useful
link about this issue for some JSch users:
http://grokbase.com/t/ant/notifications/126kv0xzqm/bug-53437-new-ssh-tasks-prompt-for-kerberos-username-password-under-java-7
So can someone add the following code into ignite-ssh?
session.setConfig("PreferredAuthentications",
"publickey,keyboard-interactive,password");
Thanks.
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Ask-for-Kerberos-username-and-Kerberos-password-when-using-ignite-ssh-to-start-nodes-tp365.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.