Support git repo host key checking #4
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
What does
host
mean in this context? The server that an app instance of this is deployed to?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.Support host key checkingto Support git repo host key checking