Skip to content

Instantly share code, notes, and snippets.

@joho
Created December 5, 2013 11:20
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 joho/7803761 to your computer and use it in GitHub Desktop.
Save joho/7803761 to your computer and use it in GitHub Desktop.
#!/bin/bash
ssh git@github.com -o StrictHostKeyChecking=no -o'HostKeyAlgorithms=ssh-rsa' 2&1> /dev/null
ssh git@github.com -o StrictHostKeyChecking=no -o'HostKeyAlgorithms=ssh-dss' 2&1> /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment