Last active
June 20, 2019 06:54
-
-
Save danialmalik/cdf9dbea4cb706ecb6904f14e36eee51 to your computer and use it in GitHub Desktop.
Fix for philu vagrant box error with ssh. 'Authentication Failure'
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 characters
| 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] | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
change ip to 127.0.0.1