diff --git a/Vagrantfile b/Vagrantfile
index c3feaa98c306f33650b312a30aac079a88d83bbe..f3c46e0cb59c1477215196083a520a4a8b674748 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -96,7 +96,7 @@ EOF
      chown scodoc:scodoc /home/scodoc
      cp -r .ssh /home/scodoc
      cd /home/scodoc
-     chown -R scodoc:scodoc .ssh
+     chown -R scodoc:scodoc /home/scodoc
      echo "%scodoc ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/scodoc
 
      echo 'install development data'