Kerberos executor plugin

  • Rundeck Plugin
  • Related to: Node Executor
  • Rundeck compatible: 2.4.0+
  • Tags: kerberos, ssh
  • Version: 1.0.0

Execute remote commands using Kerberos authentication.

Hello,

I have written a plugin to execute remote commands using Kerberos authentication in our environment. It is basically a wrapper around SSH that does a ‘kinit -kt mykeytab myuser’ before executing the command. The plugin can be configured with the path of a keytab and the user that will be authenticated using the keytab.

  • Download URL: https://github.com/cernops/rundeck-exec-kerberos/raw/master/ssh-krb-node-executor-plugin.zip