We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OS: MacOS Monterey 12.5.1 SSH Configuration seems to be fine, ssh -T [email protected] works
MacOS Monterey 12.5.1
ssh -T [email protected]
The text was updated successfully, but these errors were encountered:
you need ssh-add ~/.ssh/id_rsa
Sorry, something went wrong.
In my case, it turns out that my key in known host was obsolete.
~/.ssh/known_hosts
protodep up
Alternatively, ssh-keygen -R github.com should work as well.
ssh-keygen -R github.com
No branches or pull requests
OS:
MacOS Monterey 12.5.1
SSH Configuration seems to be fine,
ssh -T [email protected]
worksThe text was updated successfully, but these errors were encountered: