Support git repo host key checking #4

Open
opened 2024-03-23 14:20:22 +00:00 by decentral1se · 2 comments
Owner

Instead of https://git.coopcloud.tech/coop-cloud/parasol-static-site/src/branch/main/ssh_config.tmpl

I guess some way to load host keys that you've pre-validated?

Instead of https://git.coopcloud.tech/coop-cloud/parasol-static-site/src/branch/main/ssh_config.tmpl I guess some way to load host keys that you've pre-validated?
Owner

What does host mean in this context? The server that an app instance of this is deployed to?

What does `host` mean in this context? The server that an app instance of this is deployed to?
Author
Owner

host means "where the git repository is" which is where you'll make a ssh connection (based on the private Git remote) and be asked to verify the host key. atm we're just saying "anything goes" but it would be better to explicitly allow host keys in the .ssh/config so that we are cloning from where we expect to clone from.

`host` means "where the git repository is" which is where you'll make a ssh connection (based on the private Git remote) and be asked to verify the host key. atm we're just saying "anything goes" but it would be better to explicitly allow host keys in the `.ssh/config` so that we are cloning from where we expect to clone from.
basebuilder changed title from Support host key checking to Support git repo host key checking 2024-03-24 19:56:29 +00:00
Sign in to join this conversation.
No description provided.