Git clone via SSH in Jülich

This is a neat little config file that helps facilitate git connections on the supercomputer machines in Jülich.

Host github.com
    Hostname ssh.github.com
    Port 443
    User git

Adding the snippet above to .ssh/config should allow git clone to work.