You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed the instructions to add an entry to /var/root/.ssh/config, which worked until a macOS system update (to 12.4) deleted that file.
It's infeasible for me to reproduce this problem, but for now I've added the entry to /etc/ssh/ssh_config.d/nix-docker and will check this issue again for the next few system updates.
Please comment on this issue if:
You have found the same problem, or
You know whether /etc/ssh/ssh_config.d/nix-docker is a viable alternative to /var/root/.ssh/config
(If the latter is true, we should update the README)
The text was updated successfully, but these errors were encountered:
Also, I needed to add StrictHostKeyChecking accept-new for nix-docker, because the host was not listed in any known_hosts file. Unsure what is actually best practice here.
I followed the instructions to add an entry to /var/root/.ssh/config, which worked until a macOS system update (to 12.4) deleted that file.
It's infeasible for me to reproduce this problem, but for now I've added the entry to /etc/ssh/ssh_config.d/nix-docker and will check this issue again for the next few system updates.
Please comment on this issue if:
(If the latter is true, we should update the README)
The text was updated successfully, but these errors were encountered: