blob: 854f91f2cd7504562701a340a40bcf8b1f851ac7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---
layout: default
title: Generating SSH keys
description: How to generate SSH keys and add them to GitHub
categories: setup
---
Attempting to redirect to the guide for your OS. If the redirect fails, pick your OS:
* "Windows":msysgit-key-setup
* "Mac":mac-key-setup
* "Linux":linux-key-setup
<script type="text/javascript">
if (navigator.appVersion.indexOf("Win") != -1) {window.location = 'http://help.github.com/msysgit-key-setup/'}
else if (navigator.appVersion.indexOf("Mac") != -1) {window.location = 'http://help.github.com/mac-key-setup/'}
else if (navigator.appVersion.indexOf("X11") != -1 || navigator.appVersion.indexOf("Linux") != -1) {window.location = 'http://help.github.com/linux-key-setup/'}
</script>
|