View Single Post
  #2 (permalink)  
Old 06-17-2009, 06:29 PM
admin admin is offline
Administrator
 
Join Date: May 2008
Location: http://www.google.com
Posts: 50
Default

Quote:
Originally Posted by Unregistered View Post
I am running the latest version of opensolaris. I do not want ssh running at all. How do you turn it off so it does not start at boot?
Just
Code:
svcadm disable ssh
should be enough to disable SSH across boots

however it is MUCH better and is recommended to use SSH instead of Telnet
Reply With Quote