Skip to content

Instantly share code, notes, and snippets.

@ankita-kumari
Created March 19, 2015 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ankita-kumari/6948f66cafc88744f625 to your computer and use it in GitHub Desktop.
Save ankita-kumari/6948f66cafc88744f625 to your computer and use it in GitHub Desktop.
#changes to allow ssh for git
Host github.com
Hostname ssh.github.com
Port 443
Host gerrit.wikimedia.org
Hostname ssh.gerrit.wikimedia.org
Port 29418
User ankita-kumari
TCPKeepAlive yes
IdentityFile "/Users/Vhagar/.ssh/id_rsa"
IdentitiesOnly yes
ProxyCommand corkscrew proxy.iiit.ac.in 8080 %h %p
@ankita-kumari
Copy link
Author

ankita @ Vhagar ~/.ssh $ ssh -T ankita-ks@gerrit.wikimedia.org
Proxy could not open connnection to ssh.gerrit.wikimedia.org: Forbidden
ssh_exchange_identification: Connection closed by remote host

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment