Proper git configs bugin
This commit is contained in:
parent
c7e8d2cc0e
commit
04fc3df02f
16
.ssh/config.d/automated_bytes
Normal file
16
.ssh/config.d/automated_bytes
Normal 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
|
@ -1 +0,0 @@
|
||||
/home/ahosking/dotfiles/.ssh/config.d
|
@ -21,3 +21,22 @@ host home-server
|
||||
hostname 192.168.1.15
|
||||
user ahosking
|
||||
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
22
.ssh/config.d/lyrical
Normal 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
|
Loading…
Reference in New Issue
Block a user