How to access a JumpBox as root

Out of the box all JumpBox applications ship with the root account and SSH disabled. However, it is possible to run shell commands with root privileges using the following process.

  1. Register the JumpBox
  2. Enable shell logins using the account tool in the JumpBox Admin UI
  3. Log into the JumpBox using the account 'admin' and the password you gave during setup.
  4. Use the sudo command to execute commands as root. Sudo will ask you for a password where you should enter the password for the admin account. You can run any command you want this way.

Note: There isn't any need to do this, but if you really, really want to use the root account directly you can set a password for it by using sudo.

sudo passwd root

sudo -i

i don't set a password for root but i always do

$ sudo -i
#

which lets me run as many root commands as i like !

regards
clive

www.osde.info

problem ?

I installed the JumpBox with VTiger, then I installed it.
Then i try to login with admin/password, and I received this....

YOU MUST REGISTER AND THEN UNLOCK YOUR JUMPBOX.

but i registered as dcialdella. what´s the problem ?

thank you in advanced

dac

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.