summaryrefslogtreecommitdiff
path: root/_posts/2009-06-15-key-setup-redirect.markdown
blob: 45e7327272fa1ae563b39e46235e2a398d8a1266 (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
---

Attempting to redirect to the guide for your OS.  If the redirect fails, pick your OS:

* [Windows](win-set-up-git)
* [Mac](mac-set-up-git)
* [Linux](linux-set-up-git)

<script type="text/javascript">
  if (navigator.appVersion.indexOf("Win") != -1) {window.location = '/win-set-up-git'}
  else if (navigator.appVersion.indexOf("Mac") != -1) {window.location = '/mac-set-up-git'}
  else if (navigator.appVersion.indexOf("X11") != -1 || navigator.appVersion.indexOf("Linux") != -1) {window.location = '/linux-set-up-git'}
</script>
>