Skip to content

host verification mitigation #277

@mensfeld

Description

@mensfeld

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions