Skip to content

Instantly share code, notes, and snippets.

@danialmalik
Last active June 20, 2019 06:54
Show Gist options
  • Select an option

  • Save danialmalik/cdf9dbea4cb706ecb6904f14e36eee51 to your computer and use it in GitHub Desktop.

Select an option

Save danialmalik/cdf9dbea4cb706ecb6904f14e36eee51 to your computer and use it in GitHub Desktop.
Fix for philu vagrant box error with ssh. 'Authentication Failure'
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]
```
@imhassantariq
Copy link

change ip to 127.0.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment