-
Notifications
You must be signed in to change notification settings - Fork 24
host verification mitigation #277
Copy link
Copy link
Open
Description
mitigate in sandbox instructions the ssh
● Bash(git pull --ff-only)
⎿ Error: Exit code 1
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
● No — git pull fails with Host key verification failed. The remote's SSH host key isn't trusted in this sandbox.
● Bash(git remote -v)
⎿ origin git@github.com:karafka/karafka.git (fetch)
origin git@github.com:karafka/karafka.git (push)
● Remote is git@github.com:karafka/karafka.git. To fix, I could add GitHub to known_hosts (ssh-keyscan github.com >> ~/.ssh/known_hosts).
Want me to do that and retry?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels