Closed oudeismetis closed 7 years ago
Hey @oudeismetis! :) Is this any kind of crawler generated PR?
This project is the setup of a sample network of virtual machines which were never really used. They only serve the purpose of proving connectivity to each other. :) Thanks for the PR, will merge either way. ;)
@johnytiago yep, generated PR! I have it slowly crawling Github :)
I noticed you had commited a private ssh key to your repo.
"I know. It was intentional." Sorry to bother you then. Feel free to ignore this PR. You know you can also secure private data while keeping it under source control.
"I didn't notice. What is this file? Is it a problem?" This can be a very bad thing
"I keep accidentally typing
git add .
, any way I can prevent that from being an issue?" There are a couple of steps you should take immediately:git add .
andgit add *
. It's better to be more explicit when you can.Github also has a page about how to remove sensitive data from a repo.
Hope this PR finds you well