New Access Management User setup on Linux

New Access Management User setup on Linux

1) Login to your accounts.cartika.com account
2) Select your access management service (customers with managed infrastructure in both the US and CAD will have two)
3) Navigate to Login to SolidCP -> Click Login
4) Click on Users under your Hosted Organization and use the Create New User button in the upper right to create each individual user that requires root level access to your environment.  We strongly recommend that customers provide one user per individual.
5) Once the users are created, navigate back to the Hosted Organization and click on Groups
6) Click on the default ssh-ldap group and select add
7) Check the users added in step #4 and click Add Accounts

You can create as many groups you wish depending on how you wish to manage your user's access level , 
but please keep in mind Groups need to be added to their respective local wheel and ssh group with appropriate permission level on the server , We usually set this up before providing the service but if new groups are created you can open a ticket with us and we will set this up for you

8) You will now be able to SSH into your managed user using the username_organizationID@yourserverIP or username_organizationID@yourserverhostname.  Once authenticated, your can sudo to root using the command sudo -i
    • Related Articles

    • New Access Management User setup on Windows 2008 / 2008r2

      In order to manage your GDPR compliant access to Windows 2008 You will need to create  1) Login to your accounts.cartika.com account 2) Select your access management service (customers with managed infrastructure in both the US and CAD will have two) ...
    • New Access Management User setup on Windows 2012 / 2012 R2

      In order to manage your GDPR compliant access to Windows server (dedicated tunnel with secure session) You will need to create  1) RDS Collection And assigned your servers  2) Your desired Group and assigned users  3) RDS users assigned to each ...
    • Linux

      Linux     System Information: Print Kernel and OS Release Versions: uname -r (or uname -a for all info) 2.6.32-531.29.2.lve1.3.11.1.el6.x86_64 cat /etc/*release* CloudLinux Server release 6.6 (Leonid Kizim) Linux Watch Limit: ...
    • Email Setup With Office 365 - No Field To Add A Username Issue

      See  article: https://superuser.com/questions/1391960/how-to-enter-username-of-imap-account-in-outlook-2016 Currently in Office 365 when a user attempts to add a new email account, the username field for the email address is not present. The user is ...
    • Reset mysql password

      First try to see if you can login to mysql as root. ssh to root user, or su root from AD login.       mysql If you get an error similar to: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) Then the password is ...