SSH logins broken over Tor #3
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
I uploaded my SSH pubkey and verifed that the fingerprint showing in my Nixnet profile matches the fingerprint of the local copy of the pubkey that I uploaded. I ran:
GIT_SSH_COMMAND="ssh -vvv" git push -u origin master
to push git changes. The detailed debug output showed that the correct pubkey was attempted first. The session eventually falls over with:The abridged
.ssh/config
looks generally like this:The relevant stanza in
.git/config
looks like this:sorry, my mistake. It works. I missed the ssh port. Closing this.