-
My .ssh/config contains Include ~/.colima/ssh_config:
But I don't understand who or what set this up? Was it the packager? https://github.com/abiosoft/colima/blob/main/colima.nix |
Beta Was this translation helpful? Give feedback.
Answered by
abiosoft
Jul 25, 2023
Replies: 1 comment
-
It is generated dynamically on startup, running If you do not want the line in your ssh config
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kaihendry
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is generated dynamically on startup, running
colima ssh-config
should give you same ssh config.If you do not want the line in your ssh config
~/.ssh/config
, you can delete the line from the file and start colima with--ssh-config=false
.