Forgot to add that I'm running Snow Leopard...

I've noticed that to start the ssh server from terminal I must do:
launchctl load -w /System/Library/LaunchDaemons/ssh.plist

Notice the -w switch. Without it I just get "nothing found to load"...

I wonder if this is new to Snow Leopard?

/John

On 30 Aug, 15:06, grandpa <john.axel.eriks...@gmail.com> wrote:
> Anyone out there who've tried updating sshd_config on macs and
> restarting / ensure running the ssh server?
>
> I've found that this ALMOST works:
>
> service {
>                 "com.openssh.sshd":
>                         enable => true,
>                         ensure => running;
>         }
>
> and then notifying that when changing the config... At least,
> com.openssh.sshd is what launchd calls the
> service.
>
> The problem is this though:
>
> err: //macssh/Service[com.openssh.sshd]: Failed to call refresh on
> Service[com.openssh.sshd]: Unable to start service: com.openssh.sshd
> at path: /System/Library/LaunchDaemons/ssh.plist...
>
> Anyone good with OS X / Puppet who could enlighten me?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to