From 513f0b52d767b60286ad2bc696670636afbf4d0b Mon Sep 17 00:00:00 2001 From: tekkub Date: Mon, 27 Jul 2009 01:56:51 -0600 Subject: Remove 'guide' layout --- _posts/2009-06-17-troubleshooting-ssh.textile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '_posts/2009-06-17-troubleshooting-ssh.textile') diff --git a/_posts/2009-06-17-troubleshooting-ssh.textile b/_posts/2009-06-17-troubleshooting-ssh.textile index 219cd68..27395a9 100644 --- a/_posts/2009-06-17-troubleshooting-ssh.textile +++ b/_posts/2009-06-17-troubleshooting-ssh.textile @@ -1,11 +1,12 @@ --- -layout: guide +layout: default title: Troubleshooting SSH issues -subtitle: This guide contains the solutions to the most common SSH connection issues encountered on GitHub description: Solutions to common SSH issues categories: setup --- +This guide contains the solutions to the most common SSH connection issues encountered on GitHub + The first step to testing your connection is to run ssh git@github.com. If your key works, you should get a success message:
$ ssh git@github.com
 Hi username! You've successfully authenticated, but GitHub does not provide shell access.
-- cgit v1.3.1