Skip to main content

How to add rundeck user to a Linux server

Add user rundeck

  1. Login with your _a account
  2. sudo adduser rundeck
  3. sudo passwd rundeck
  4. Set the password as in the KeePass (search Rundeck)
  5. If you can successfully login with the username rundeck, the user is added successfully.

Allow rundeck to sudo

  1. sudo nano /etc/sudoers
  2. Add the following line at the end of the file
rundeck ALL=(ALL) ALL

Allow environment variables injection

  1. sudo vi /etc/ssh/sshd_config
  2. add the following line at the bottom of the file
# pass Rundeck variables 
AcceptEnv RD_*
  1. save the file and reboot the machine to enable the config l