first push

This commit is contained in:
2026-01-19 21:12:56 -05:00
parent c807afd768
commit f28c54f610
9 changed files with 238 additions and 0 deletions

27
ssh/config Normal file
View 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