first push
This commit is contained in:
27
ssh/config
Normal file
27
ssh/config
Normal file
@@ -0,0 +1,27 @@
|
||||
Host gitzappy
|
||||
Hostname zappy.jaredlog.com
|
||||
IdentityFile ~/.ssh/github_rsa
|
||||
IdentitiesOnly yes
|
||||
|
||||
Host gitgithub
|
||||
Hostname github.com
|
||||
IdentityFile ~/.ssh/github_rsa
|
||||
IdentitiesOnly yes
|
||||
|
||||
Host zappyroot
|
||||
User root
|
||||
Hostname zappy.jaredlog.com
|
||||
IdentityFile ~/.ssh/zappy-root_rsa
|
||||
IdentitiesOnly yes
|
||||
|
||||
Host zappyjared
|
||||
User jared
|
||||
Hostname zappy.jaredlog.com
|
||||
IdentityFile ~/.ssh/zappy-jared_rsa
|
||||
IdentitiesOnly yes
|
||||
|
||||
Host zippy
|
||||
User jared
|
||||
Hostname zippy.taylerinfomedia.com
|
||||
IdentityFile ~/.ssh/zippy_id_rsa
|
||||
IdentitiesOnly yes
|
||||
Reference in New Issue
Block a user