소스 검색

[ssh] SSH key cycle for 15Five

Colin Powell 3 년 전
부모
커밋
3b8567b274
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      ssh/.ssh/config

+ 4 - 4
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