mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-08 11:05:31 -05:00
Use CertificateFile
instead of IdentityFile
This commit is contained in:
parent
643a93fc87
commit
70e8bf9993
@ -307,7 +307,7 @@ Host ${azurerm_public_ip.loadbalancer_ip[0].fqdn}
|
|||||||
|
|
||||||
Host *
|
Host *
|
||||||
PreferredAuthentications publickey
|
PreferredAuthentications publickey
|
||||||
IdentityFile ./emergency_ssh_key
|
CertificateFile=ca_cert.pub
|
||||||
User root
|
User root
|
||||||
ProxyJump ${azurerm_public_ip.loadbalancer_ip[0].fqdn}
|
ProxyJump ${azurerm_public_ip.loadbalancer_ip[0].fqdn}
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user