Skip to main content
Question

Ssh not enabling after imaging 10.8+

  • March 19, 2013
  • 6 replies
  • 16 views

Forum|alt.badge.img+21

Hi guys

Anyone else notice that on 10.8+ after imaging ssh aka Remote Login isn't enabled even though the config and framework is set in the has to keep it managed?

6 replies

Forum|alt.badge.img+21
  • Author
  • Honored Contributor
  • March 19, 2013

Bryan Vines found the same thing in this thread

http://themacadmin.com/?p=49


donmontalvo
Forum|alt.badge.img+36
  • Hall of Fame
  • March 19, 2013

We saw some funkiness in setting up ACLs on SSH, but if no ACLs are used it seems to work fine.

Does this happen if you don't use ACLs? IOW, allow all users to SSH?


Forum|alt.badge.img+21
  • Author
  • Honored Contributor
  • March 20, 2013

To clarify:

I am not doing any scripting, I am trusting on jamf framework to make sure it is always managed.

Worked in 10.6.8

Yes I can script it with system setup but I'm reporting this bug to jamf


Forum|alt.badge.img+21
  • Author
  • Honored Contributor
  • March 21, 2013

Found out the problem. The systemsetup setremotelogin On is depreciated in 10.8

Instead launchd must be used. You actually can see this is terminal when trying to enable ssh on a vanilla box.

Casper Suite needs to do this after imaging as the systemsetup command will fail

launchctl load -w /System/Library/LaunchDaemons/sshd.plist

http://mobile.experts-exchange.com/Apple/Networking/Q_27388419.html


Forum|alt.badge.img+1

I dont see the deprecation message on any of my 10.8 boxes. And I am seeing both "systemsetup setremotelogin ON" and "jamf startSSH" working just fine in my environment.

Also, that link is to a members only site.


antoinekinch11
Forum|alt.badge.img+9

I just noticed this happening today. Was there a certified fix?