Git - ssh key / ip address
        Posted  
        
            by Steve
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Steve
        
        
        
        Published on 2010-04-14T15:07:19Z
        Indexed on 
            2010/04/14
            15:33 UTC
        
        
        Read the original article
        Hit count: 501
        
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?
© Stack Overflow or respective owner