From 3b8567b274a2c262e3c5679479e0091f7b2fa4d3 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 14 Feb 2022 13:35:13 -0500 Subject: [PATCH] [ssh] SSH key cycle for 15Five --- ssh/.ssh/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ssh/.ssh/config b/ssh/.ssh/config index a2dedef..b3fc766 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -116,7 +116,7 @@ Host bastion.cloud51.15five.com Host *.cloud100 HostName %h User colin - IdentityFile ~/.ssh/ff_cloud100_rsa_2021q3 + IdentityFile ~/.ssh/ff_cloud100_rsa_2022q1 ProxyJump bastion.cloud100.15five.com LocalForward 127.0.0.1:5437 db.mirror0.cloud100:5432 Port 155 @@ -126,14 +126,14 @@ Host *.cloud100 Host bastion.cloud100.15five.com User colin - IdentityFile ~/.ssh/ff_cloud100_rsa_2021q3 + IdentityFile ~/.ssh/ff_cloud100_rsa_2022q1 Port 155 AddKeysToAgent yes Host *.cloud101 HostName %h User colin - IdentityFile ~/.ssh/ff_cloud101_rsa_2021q3 + IdentityFile ~/.ssh/ff_cloud101_rsa_2022q1 ProxyJump bastion.cloud101.15five.com LocalForward 127.0.0.1:5437 db.mirror0.cloud101:5432 Port 155 @@ -143,7 +143,7 @@ Host *.cloud101 Host bastion.cloud101.15five.com User colin - IdentityFile ~/.ssh/ff_cloud101_rsa_2021q3 + IdentityFile ~/.ssh/ff_cloud101_rsa_2022q1 Port 155 AddKeysToAgent yes