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