From b86ee301c2f553f5b8e4802eca0fe8f343c6d0da Mon Sep 17 00:00:00 2001 From: Tod Beardsley Date: Fri, 4 May 2012 09:34:46 -0500 Subject: [PATCH] --- dev/Metasploit-Development-Environment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/Metasploit-Development-Environment.md b/dev/Metasploit-Development-Environment.md index 93e2c2444c..883c700866 100644 --- a/dev/Metasploit-Development-Environment.md +++ b/dev/Metasploit-Development-Environment.md @@ -96,7 +96,7 @@ You'll be presented with a screen to copy-paste your public SSH key (not the pri ### Confirm your key -Once that's done, you'll have a key associated, and you'll get e-mail about it as well. Eyeball the fingerprint and make sure it all matches up. You don't have to actually click anything if it's all good, but we will bop back to the console here in just a second. +Once that's done, you'll have a key associated, and you'll get e-mail about it as well. Eyeball the fingerprint and make sure it all matches up. [[/screens/ssh05.png]] @@ -137,7 +137,7 @@ git config --global user.email "mcfakepants@packetfu.com" Cat your ~/.gitconfig to ensure you have at least that set (and remember, your e-mail address needs to match the address you set back when you ssh-keygen'ed): -[[/screen/ssh11.png]] +[[/screens/ssh11.png]] ## Working with Git