mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-12 21:11:26 -05:00
Use CertificateFile
instead of IdentityFile
This commit is contained in:
parent
554707e227
commit
0fc4ca0751
@ -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