How do enable root user log in with ssh in sun Solaris ?
--------------------------------------------------------
If you want to enable root login through ssh then you'll want to follow these two steps:
1) Open up /etc/ssh/sshd_config and set "PermitRootLogin" "no" to "yes".
(Your ISP probably set it to "without-password")
2) You also need to restart the sshd process. reboot the server
or
$ /etc/init.d/sshd restart
or
This is done by killing the existing one
(use ps -aux|grep sshd to get the process ID, then use kill it),then restarting /usr/sbin/sshd
Halim, a Georgia Tech graduate Senior Database Engineer/Data Architect based in Atlanta, USA, is an Oracle OCP DBA and Developer, Certified Cloud Architect Professional, and OCI Autonomous Database Specialist. With extensive expertise in database design, configuration, tuning, capacity planning, RAC, DG, scripting, Python, APEX, and PL/SQL, he combines technical mastery with a passion for innovation. Notably, Halim secured 16th place worldwide in PL/SQL Challenge Cup Playoff on the year 2010.
Sunday, July 3, 2011
Subscribe to:
Post Comments (Atom)
My Blog List
-
-
-
ASSM states3 weeks ago
-
UKOUG Discover 20241 month ago
-
-
-
-
-
-
-
-
Moving Sideways8 years ago
-
-
Upcoming Events...11 years ago
-
1 comment:
before deleting schemas,i have taken a expdp as schema level ...after that i have drop that schema and also tablespace which i alter default tablespace ......
my query is .. i am trying to impdp to other schema in this operation getting error to me ....
can u please help me out ...
Post a Comment