aboutsummaryrefslogblamecommitdiffstatshomepage
path: root/%HOME%/.ssh/config
blob: 6e5a0bace5d43215304aa3eafaa2c48c4715be1c (plain) (tree)
1
2
3
4
5
6
7
                  

                                     
                 

                              
                                    






                                                                        
                     
                      

                           






                                 
AddKeysToAgent yes

# Make known_hosts actually readable.
HashKnownHosts no

# Don't verify localhost, duh.
NoHostAuthenticationForLocalhost yes

# Add server keys to known_hosts silently, I never bother to verify them
# anyway.
StrictHostKeyChecking no

# Keep ssh connections alive.
# Wonder why this isn't default.
ServerAliveCountMax 3
ServerAliveInterval 15

Include ~/.ssh/config_local

Host alt-bitbucket
    Hostname altssh.bitbucket.org
    Port 443
Host alt-github
    Hostname ssh.github.com
    Port 443