From fc0e28b11afd5c41dea40e35eab2260f59d87e8b Mon Sep 17 00:00:00 2001 From: tekkub Date: Thu, 15 Jul 2010 19:21:46 -0600 Subject: Space saves the day! --- _posts/2010-01-19-multiple-keys.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_posts/2010-01-19-multiple-keys.markdown') diff --git a/_posts/2010-01-19-multiple-keys.markdown b/_posts/2010-01-19-multiple-keys.markdown index 52c5c6e..fc82d5f 100644 --- a/_posts/2010-01-19-multiple-keys.markdown +++ b/_posts/2010-01-19-multiple-keys.markdown @@ -21,7 +21,7 @@ Configuring SSH Once SSH has access to both keys, you need to tell it which key to use for which server. In most cases you can assume that SSH will fall back to `~/.ssh/id_rsa` by default, but we're going to force it anyway. To begin, open `~/.ssh/config` in your favorite editor. - + In short what this does is tells SSH to use the client key when connecting to the server github-client, which is really github.com. -- cgit v1.3.1