You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using rundeck 2.10.8 and trying to adopt openssh bastion node execution plugin,
However, I have to set username as node attribute. Otherwise, openssh node executor cannot get the username for the remote host, e.g
If the username node attribute is not set, then the static value provided via project or framework configuration is used. The username for a node is determined by looking for a value in this order:
Node level: username node attribute. Can contain property references to dynamically set it from Option or Execution values.
Project level: project.ssh.user property in project.properties file for the project.
Rundeck level: framework.ssh.user property in framework.properties file for the Rundeck installation.
The text was updated successfully, but these errors were encountered:
We are using rundeck 2.10.8 and trying to adopt openssh bastion node execution plugin,
However, I have to set username as node attribute. Otherwise, openssh node executor cannot get the username for the remote host, e.g
ssh -q -oClearAllForwardings=yes -F /tmp/ssh_config.WG9t @my-remote-host uptime
I have already set property
project.ssh.user
in project.properties. But it does not get honored.In Rundeck document https://docs.rundeck.com/2.10.8/plugins-user-guide/ssh-plugins.html :
The text was updated successfully, but these errors were encountered: