Skip to content

Solaris 11 enable root user

wordpress meta

title: 'Solaris 11 enable root user'
date: '2013-07-01T11:55:59-05:00'
status: publish
permalink: /solaris-11-enable-root-user
author: admin
excerpt: ''
type: post
id: 381
category:
    - Solaris
    - SSH
tag: []
post_format: []

Solaris use Role Based Access which is a better way to allow system access to defined users and only escalate permissions through roles. Kind of like sudo.

If you have an environment where you just don't care and want users to access the system like in a traditional root manner you can do the following:

# rolemod -K type=normal root
# grep PermitRoot /etc/ssh/sshd_config
PermitRootLogin yes
# svcadm refresh svc:/network/ssh:default