Initial commit: Terraform configurations for multiple cloud providers
This commit is contained in:
18
ssh_keys/config
Normal file
18
ssh_keys/config
Normal file
@@ -0,0 +1,18 @@
|
||||
# SSH Config for Default Key Usage
|
||||
|
||||
# 默认使用 Ed25519 密钥
|
||||
Host *
|
||||
IdentityFile /home/ben/terraform/ssh_keys/gitea_deploy_key_ed25519
|
||||
IdentitiesOnly yes
|
||||
|
||||
# Gitea 专用配置
|
||||
Host gitea.*
|
||||
IdentityFile /home/ben/terraform/ssh_keys/gitea_deploy_key_ed25519
|
||||
User git
|
||||
IdentitiesOnly yes
|
||||
|
||||
# 火山引擎相关配置
|
||||
Host *.volces.com
|
||||
IdentityFile /home/ben/terraform/ssh_keys/gitea_deploy_key_ed25519
|
||||
User git
|
||||
IdentitiesOnly yes
|
||||
Reference in New Issue
Block a user