From 04fc3df02fecbd1ce7f19f8577bb8f280c031a09 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Tue, 16 Oct 2018 01:46:18 -0400 Subject: [PATCH] Proper git configs bugin --- .ssh/config.d/automated_bytes | 16 ++++++++++++++++ .ssh/config.d/config.d | 1 - .ssh/config.d/home | 19 +++++++++++++++++++ .ssh/config.d/lyrical | 22 ++++++++++++++++++++++ 4 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 .ssh/config.d/automated_bytes delete mode 120000 .ssh/config.d/config.d create mode 100644 .ssh/config.d/lyrical diff --git a/.ssh/config.d/automated_bytes b/.ssh/config.d/automated_bytes new file mode 100644 index 0000000..e75e74c --- /dev/null +++ b/.ssh/config.d/automated_bytes @@ -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 diff --git a/.ssh/config.d/config.d b/.ssh/config.d/config.d deleted file mode 120000 index db56510..0000000 --- a/.ssh/config.d/config.d +++ /dev/null @@ -1 +0,0 @@ -/home/ahosking/dotfiles/.ssh/config.d \ No newline at end of file diff --git a/.ssh/config.d/home b/.ssh/config.d/home index e457181..56f835c 100644 --- a/.ssh/config.d/home +++ b/.ssh/config.d/home @@ -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 diff --git a/.ssh/config.d/lyrical b/.ssh/config.d/lyrical new file mode 100644 index 0000000..92a9ae6 --- /dev/null +++ b/.ssh/config.d/lyrical @@ -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