Last active
June 20, 2019 06:54
-
-
Save danialmalik/cdf9dbea4cb706ecb6904f14e36eee51 to your computer and use it in GitHub Desktop.
Revisions
-
Danial Malik revised this gist
Jun 20, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ If you cannot ssh into vagrant box and it requires a password everytime. use following commands: ```sh ssh-keygen -f ~/.vagrant.d/insecure_private_key ssh-copy-id -i ~/.vagrant.d/insecure_private_key -p 2222 [email protected].1 ``` -
Danial Malik created this gist
Jun 11, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ If you cannot ssh into vagrant box and it requires a password everytime. use following commands: ```sh ssh-keygen -f ~/.vagrant.d/insecure_private_key ssh-copy-id -i ~/.vagrant.d/insecure_private_key -p 2222 [email protected] ```