Home Forums Software InstaDMG ssh failing on my instaDMG images

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #380424
    elvisizer
    Participant

    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?

    #380425
    Allister Banks
    Participant

    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.

    Allister

    #380426
    elvisizer
    Participant

    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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

Comments are closed