From 896e6a1e5cb5298812ca1125445cbedf6d4a6240 Mon Sep 17 00:00:00 2001 From: M5oul Date: Wed, 27 Sep 2017 12:11:51 +0200 Subject: [PATCH] [enh] use 'root' user after ssh authentication. (#35) --- ynh-dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ynh-dev b/ynh-dev index a7f9d32..d1d6d7b 100755 --- a/ynh-dev +++ b/ynh-dev @@ -194,7 +194,7 @@ VERSION as stable, testing or unstable /!\ " echo "" # Log into the VM - vagrant ssh $VMNAME + vagrant ssh $VMNAME -c "sudo -i" #####################