Enable ssh on a mac with intune

Brass Contributor

Hi,

 

i was wondering if it's possible to enable ssh with a script or another option on our macbooks via intune?

Been searching online but can't find the rigth answer!

 

Greetings

3 Replies

Hi @Lars86,

 

I think there is no built-in policy available for it right now. I thought you maybe can achieve something with a custom profile. But from what I see in the reference documentation there is nothing available: https://developer.apple.com/business/documentation/Configuration-Profile-Reference.pdf

 

So, I think it is left to a script to enable it. Support for scripting with macOS and Intune is announced to be available at some time later. Check this Ignite 2019 session for details:

 

macOS device management with Microsoft Intune

https://myignite.techcommunity.microsoft.com/sessions/81669?source=sessions

 

So finally, I guess you  have to wait a bit for scripting support or you build a custom app which does the enablement for you and convert the custom app to a .intunemac (similar to the .intunewin) and deploy it via Intune.

 

see details here:

Microsoft Intune App Wrapping Tool for macOS

https://github.com/msintuneappsdk/intune-app-wrapping-tool-mac

 

How to add macOS line-of-business (LOB) apps to Microsoft Intune

https://docs.microsoft.com/en-us/intune/apps/lob-apps-macos

 

best,

Oliver

Hi, @Oliver Kieselbach 

 

Thanks for the reply!

Watched the video from ignite and hope it's coming soon...

 

Greetings!

Hey @Lars86,

 

latest news on the Intune "In-Development" site:

Script support for macOS devices

https://docs.microsoft.com/en-us/intune/fundamentals/in-development#script-support-for-macos-devices

 

best,

Oliver