hey all, not sure if this is actually a problem caused by InstaDMG, but it’s definitely occuring in my instadmg images. . . .
Basically, no one can ssh onto these machines, even though ssh is enabled in system preferences. I am enabling that option in my images, so maybe i’m not doing that correctly . . . .
If you were going to enable ssh for all users in an instaDMG image, how would you do it?
https://github.com/arubdesu/One-Stop-LocalMCX/tree/master/createUser2010.pkg
That’s how I’d do it per user, I started a thread on here that got some responses and inspired this. I’d be wary of leaving this on for every user and the default port, SACL’s for even just the admin group is still not preferable for me.
oh, this was a silly mistake on my part. I shouldn’t have been enabling kerberos for SSH, and I left the lines from the example first boot package that enable kerberos in my image. I commented out the
[code]
KerberosAuthentication yes
KerberosOrLocalPasswd yes
AllowGroups domaingroup admin
[/code]
from /etc/sshd_config and I can ssh again.
Comments are closed