Coder.comC
Coder.com2y ago
32 replies
Checkmater

connect mac mini with coder

I want to connect my mac mini to coder. For this purpose, I am following this template https://github.com/bpmct/coder-templates/tree/main/shared-mac by @bpmct. I am having trouble connecting via SSH to my mac mini. These are my variables in the main.tf file and rest is same as in the template in the above link:

variable "mac_user" {
sensitive = true
default = "Admin Account"
}

variable "mac_host" {
sensitive = true
default = "Admins-Mac-mini.local"
}



The workspace cannot be created successfully and is stuck on the part as shown in the attached image. Can someone help me in this regard?
50.PNG
GitHub
Templates I use for my Coder deployment. Contribute to bpmct/coder-templates development by creating an account on GitHub.
coder-templates/shared-mac at main · bpmct/coder-templates
Was this page helpful?