Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with forwarding rundeck ssh key to be used by sshfs step in workflow #9122

Open
fchelinski opened this issue May 15, 2024 · 0 comments

Comments

@fchelinski
Copy link

Describe the bug
A clear and concise description of what the bug is.

My Rundeck detail
After i updated target node to debian version 12, while mounting remote directory with sshfs on target node, rundeck does not use its own ssh key to mount but try to mount directory with ssh key present on node. Step in workflow that mount directory looks like it
mountpoint -q /local/dir|| sshfs -o auto_cache,allow_other,nosuid,nodev,noatime,reconnect,ciphers=aes128-ctr,compression=no,ServerAliveInterval=15,ServerAliveCountMax=3 user@<IP-ADDRES>:/remote/directory/catalog/catalog /local/dir && echo mounted. It worked fine on older debian.

  • Rundeck version: Rundeck 5.2
  • install type: docker
  • OS Name/version: debian 12
  • DB Type/version: mysql:5.7

To Reproduce
Steps to reproduce the behavior:

  1. Try mount remote directory on debian 12 remote node with sshfs.

Expected behavior
While mounting remote directory on target node, rundeck should forward its own ssh key to be used by sshfs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant