File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -62,15 +62,18 @@ Initialise Terraform:
62
62
63
63
terraform init
64
64
65
- Generate an SSH keypair. The public key will be registered in OpenStack as a
65
+ Generate an SSH keypair. Note that `ED25519 keys are not currently supported by RHEL
66
+ <https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html-single/securing_networks/index#making-openssh-more-secure_assembly_using-secure-communications-between-two-systems-with-openssh> `__
67
+ when using the FIPS security standard (as enabled by the CIS benchmark hardening
68
+ scripts in kayobe-config). The public key will be registered in OpenStack as a
66
69
keypair and authorised by the instances deployed by Terraform. The private and
67
70
public keys will be transferred to the Ansible control host to allow it to
68
71
connect to the other hosts. Note that password-protected keys are not currently
69
72
supported.
70
73
71
74
.. code-block :: console
72
75
73
- ssh-keygen -f id_rsa -N ''
76
+ ssh-keygen -t rsa - f id_rsa -N ''
74
77
75
78
Create an OpenStack clouds.yaml file with your credentials to access an
76
79
OpenStack cloud. Alternatively, download and source an openrc file from Horizon.
You can’t perform that action at this time.
0 commit comments