Posts

Showing posts from June, 2011

Enabling the SSh service in Solaris 10

If you are facing the SSh problem in solaris 10 fallow the below procudure Check the ssh status its online or offline. # svcs grep ssh offline 11:11:52 svc:/network/ssh:default please run the below commands if the above service “offline” # svcs -xv more # svcadm disable svc:/system/filesystem/local:default # svcadm enable svc:/system/filesystem/local:default Check your ssh status # svcs grep ssh online 11:11:52 svc:/network/ssh:default