.ssh
diff --git a/tutorial1-setup.sh b/tutorial1-setup.sh
index ca1950f..91233b0 100644
--- a/tutorial1-setup.sh
+++ b/tutorial1-setup.sh
@@ -10,6 +10,7 @@
 
 # -------------- Setup keys -------------------
 
+mkdir -p ~/.ssh
 ssh-keygen -t dsa -P "" -f .ssh/id_dsa  
 cp .ssh/id_dsa.pub .ssh/authorized_keys