francois wrote: > Hi all, > > How could I enable SSHd service when system boot in maintenance mode > ? using SMF or something else, any idea welcome ! > > Would be really useful to be able to login remotly when a problem > occurs. >
If you want to do it interactively when the system reaches sulogin, you can simply type "svcadm enable -rt ssh" once you've given the root password. If you want to do so persistently, so that you don't have to interact with the machine, this should help: http://blogs.sun.com/lianep/entry/starting_ssh_early_in_boot liane