maven-plugins icon indicating copy to clipboard operation
maven-plugins copied to clipboard

Disable Kerberos for ssh-exec-plugin : ssh config path ?

Open raphaeljolivet opened this issue 11 years ago • 3 comments

Hi,

I would like to disable Kerberos authnetication for sshexec-maven-plugin.

I have tried to add GSSAPIAuthentication no in ~/.ssh/config with no luck.

What is the path of the config file considered by this plugin ?

raphaeljolivet avatar Jan 08 '14 10:01 raphaeljolivet

I found that this is a known issue of jsch in Java 7.

The fix is to statically change a setting of jsch: https://www.mulesoft.org/jira/browse/MULE-6864

Could you please integrate it into sshexec plugin ?

raphaeljolivet avatar Jan 08 '14 13:01 raphaeljolivet

how to enable open ssh using kerberos user.

nagarajanewlife avatar Sep 21 '17 15:09 nagarajanewlife

kinit: Pre-authentication failed: Key table file

nagarajanewlife avatar Sep 21 '17 15:09 nagarajanewlife