Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update should support trusting ssh keys #111

Open
jsoref opened this issue Jul 31, 2022 · 0 comments
Open

Update should support trusting ssh keys #111

jsoref opened this issue Jul 31, 2022 · 0 comments

Comments

@jsoref
Copy link

jsoref commented Jul 31, 2022

This PR typelead/eta#989 ran into this error:

https://app.circleci.com/pipelines/github/typelead/eta/1/workflows/0353209f-42ce-469c-a4f5-57a09f7fa2e6/jobs/2762

Downloading the latest package lists from:
- hackage.haskell.org
- git@github.com/typelead/etlas-index
The authenticity of host 'github.com (140.82.114.4)' can't be established.
ECDSA key fingerprint is SHA256:p2QAMXNIC1TJYWeIOttrVc98/R1BUFWu3/LiyKgUfQM.
Are you sure you want to continue connecting (yes/no)? To revert to previous state run:
    etlas update --index-state='2022-07-31T16:27:39Z'

Too long with no output (exceeded 10m0s): context deadline exceeded

The code appears to be here:

update :: Verbosity -> UpdateFlags -> RepoContext -> FilePath -> Bool -> IO ()

Perhaps the client should just add some magic config to the .ssh/config environment, but it's traditional to let the caller ask the callee to manage such ssh details for it...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant