Featured image of post ssh_configfile

ssh_configfile

.ssh/config

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
Host github.com
    User git
    HostName github.com
    IdentityFile ~/.ssh/github.project1.key
    
Host bitbucket.org
    User git
    HostName bitbucket.org
    IdentityFile ~/.ssh/github.org.key
    
Host github.com
    User git
    IdentityFile ~/.ssh/github.key

http://nerderati.com/2011/03/17/simplify-your-life-with-an-ssh-config-file/

Licensed under CC BY-NC-SA 4.0
comments powered by Disqus
Esto es el footer
Creado con Hugo
Tema Stack diseñado por Jimmy