Skip to main content
Solved

Grey out remote login on sharing preferences for users

  • January 29, 2023
  • 1 reply
  • 13 views

Forum|alt.badge.img+1

Hey Everyone!

I want to grey out the "remote login" option under Sharing preferences for users so they won't be able to switch it on again.

can someone please advise what is the best way to make it with Jamf pro?

thanks!

Best answer by AJPinto

You can simply restrict sharing in system settings. That would stop 95% of users from enabling SSH. For the last 5% you may need to get crafty and write an extension attribute to see if SSH is enabled, and have a policy to turn SSH off if it is ever enabled. 

1 reply

AJPinto
Forum|alt.badge.img+26
  • Legendary Contributor
  • 2802 replies
  • Answer
  • January 30, 2023

You can simply restrict sharing in system settings. That would stop 95% of users from enabling SSH. For the last 5% you may need to get crafty and write an extension attribute to see if SSH is enabled, and have a policy to turn SSH off if it is ever enabled.