SSH logins broken over Tor #2
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: nutomic/yerbamate-ml#2
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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 Yerbamate 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:SSH is configured to connect on port 222 (as directed by yerbamate.dev), so it seems bizarre that SSH reports that I'm disconnecting from "port 65535".
The abridged
.ssh/config
looks generally like this:The relevant stanza in
.git/config
looks like this: