Proper git configs bugin

This commit is contained in:
Alexander Hosking 2018-10-16 01:46:18 -04:00
parent c7e8d2cc0e
commit 04fc3df02f
4 changed files with 57 additions and 1 deletions

View File

@ -0,0 +1,16 @@
### For Automated Bytes Work
host clouda-webs
hostname 104.37.195.87
user ubuntu
identityfile ~/.ssh/ahosking
host do-webs
hostname 138.197.154.98
user root
identityfile ~/.ssh/ahosking
host vultr-webs
hostname 45.63.19.159
user ahosking
identityfile ~/.ssh/ahosking

View File

@ -1 +0,0 @@
/home/ahosking/dotfiles/.ssh/config.d

View File

@ -21,3 +21,22 @@ host home-server
hostname 192.168.1.15 hostname 192.168.1.15
user ahosking user ahosking
ProxyCommand ssh -fNg -R 8700:localhost:22 -p 87 home -W %h:%p ProxyCommand ssh -fNg -R 8700:localhost:22 -p 87 home -W %h:%p
host plex
hostname 192.168.1.16
user ahosking
host 192.168.1.14
user ahoskingit
host 192.168.1.18
user ahoskingit
#Tunnel
Host home-tunnel
hostname home.ahoskingit.com
user ahosking
port 87
IdentityFile /home/ahosking/.ssh/id_rsa
LocalForward 9999 localhost:22
ServerAliveInterval 30
ServerAliveCountMax 3

22
.ssh/config.d/lyrical Normal file
View File

@ -0,0 +1,22 @@
#Lyrical
Host *.lyricalsecurity.com
IdentityFile ~/.ssh/ahosking
Host lyrical
hostname 66.207.196.194
port 87
Host lyrical-proxy
hostname 66.207.196.194
port 87
DynamicForward 9999
# ssh -D 9999 -C -q -N lyrical
Host newportal
Hostname 138.197.135.240
IdentityFile ~/.ssh/ahosking
ProxyCommand ssh -W %h:%p lyrical
Host ls.bitbucket.org
HostName bitbucket.org
IdentityFile ~/.ssh/ahosking