DEV Community

hardyweb
hardyweb

Posted on

Vagrant ssh alternative

ssh -o StrictHostKeyChecking=no -o UserKnowHostsFile=/dev/null -i .vagrant/machines/default/virtualbox/private_key -p 2222 vagrant@127.0.0.1 

Enter fullscreen mode Exit fullscreen mode

Top comments (0)