From fde8902392c92508a07b87fc908dee95ba003b70 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 5 Aug 2021 11:46:03 -0400 Subject: [PATCH] [ssh] Add cloud51 config for 15Five --- ssh/.ssh/config | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index eafed52..f5d5f36 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -90,12 +90,19 @@ Host *.local 192.168.1.* Hostname %h #ProxyJump bastion.unbl.ink -Host bastion.cloud10.15five.com - IdentityFile ~/.ssh/ff_cloud10_rsa - Port 155 - -Host *.cloud10 +Host *.cloud51 HostName %h - IdentityFile ~/.ssh/ff_cloud10_rsa - ProxyJump bastion.cloud10.15five.com + User colin + IdentityFile ~/.ssh/ff_cloud51_rsa + ProxyJump bastion.cloud51.15five.com + LocalForward 127.0.0.1:5437 db.mirror0.cloud51:5432 Port 155 + ServerAliveInterval 30 + ServerAliveCountMax 3 + AddKeysToAgent yes + +Host bastion.cloud51.15five.com + User colin + IdentityFile ~/.ssh/ff_cloud51_rsa + Port 155 + AddKeysToAgent yes