You may want to set up SSH access for Pod if you want to access Pod from your local terminal or open your favorite IDE, such as Visual Studio Code, inside a Pod.
Open the terminal on your personal computer.
Verify that you have a public SSH key on your computer by printing the key:
$ ssh-keygen
Copy the public SSH key from your computer.
$ pbcopy < ~/.ssh/id_rsa.pub
Go back to Latch, then click Account Settings > Developer Settings.
Paste in your SSH key.
Once your Pod is created, copy the SSH endpoint command on the bottom right sidebar to your terminal.
Connection closed by remote host
Permission denied (publickey)