Skip to content
  • Home
  • BLOG
    • Articles
    • Cloud
    • Database
    • DevOps Tools
    • Fusion Middleware
    • News
    • Operating system
    • Others
    • Scripts
  • ABOUT ME
  • CONTACT US
Osama Mustafa وَمَا تَوْفِيقِي إِلَّا بِاللَّهِ

Technology Geek

For the people who think differently Welcome aboard

Tag: Enable SSH ROOT

Allow users Login Solaris 11

Posted on June 3, 2013December 23, 2018 by Osama Mustafa in Operating system
Solaris 11 is the most amazing Platform that you can deal with , Specially if you want to install any Oracle products. you don’t need to check anything before install.

By default root login on solaris disabled and you cannot login as root. ( which is amazing for security ) but sometimes you need to enable this login and to do that follow the below steps :

  • after login to privileged  user can access on Solaris switch user to root.
  • vi etc/user_attr

#
# The system provided entries are stored in different files
# under “/etc/user_attr.d”.  They should not be copied to this file.
#
# Only local changes should be stored in this file.
# This line should be kept in this file or it will be overwritten.
#
oracle::::type=normal;project=user.oracle;defaultpriv=basic,net_privaddr

type should be normal.

and to enable SSH for root user you have to do the following :

vi /etc/ssh/sshd_config
PermitRootLogin = yes

vi /etc/default/login
#CONSOLE =/dev/login|console

rolemod -K type=normal root

Thank you
Osama mustafa

Tagged Allow user Login, Enable SSH ROOT, Linkedin Osama Mustafa, Oracle DBA, Oracle dba blogs, Osama ACE, Osama mustafa blog, osama mustafa oracle, osama oracle, Solaris 11Leave a comment

Follow me on Twitter

My Tweets

Follow Me

  • Twitter
  • LinkedIn
  • YouTube
  • Instagram
Blog at WordPress.com.