When I set up Git, I did it while using a dsl modem, and my ip isn't static, so when I generated the ssh keys for Git, it was based on that ip.
When I'm assigned an ip other than the one used to generate the ssh Git keys, I can manually change the ip address to the one used to generate the keys. What are my other options to bypass this step? Dynamic DNS? Is there another way?
Update:
OK, so the key isn't influenced by the ip address. I did a git push origin master and got a not recognized key error and thought it was the ip address. I'll have to try and regenerate that error.