saundy 发表于 2018-8-21 13:19:46

shell技巧(不断整理)

Host gitolite-as-alice  
HostName git.company.com
  
User git
  
IdentityFile /home/whoever/.ssh/id_rsa.alice
  
IdentitiesOnly yes
  

  
Host gitolite-as-bob
  
HostName git.company.com
  
User git
  
IdentityFile /home/whoever/.ssh/id_dsa.bob
  
IdentitiesOnly yes


页: [1]
查看完整版本: shell技巧(不断整理)