You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<1> `yescrypt` passwords are not supported in {op-system}. Use `bcrypt` instead when you create the `password_hash`.
44
-
45
-
. Create the `files-dir/` folder and copy the default `sshd_config` file into the folder.
46
-
47
-
. Update the following fields in the `files-dir/sshd_config` file:
48
-
+
49
-
[source,bash]
50
-
----
51
-
[...]
52
-
PermitRootLogin yes <1>
53
-
[...]
54
-
PasswordAuthentication yes <2>
55
-
----
56
-
<1> Allows access to the server as a root user.
57
-
<2> Allows access to the server by using a password.
39
+
<1> The `core` user has sudo privileges.
58
40
59
-
+
60
-
[IMPORTANT]
61
-
====
62
-
The modified `sshd_config` file overrides the default `sshd_config` file.
63
-
====
64
-
65
-
. Pass the YAML file and the folder to the `butane` utility:
41
+
. Once the Ignition file is created, you can include the configuration in a new live {op-system} ISO, which is named `rhcos-sshd-{product-version}.0-x86_64-live.x86_64.iso`, with the `coreos-installer` utility:
. Once the Ignition file is created, you can include the configuration in a new live {op-system} ISO, which is named `rhcos-sshd-4.12.0-x86_64-live.x86_64.iso`, with the `coreos-installer` utility:
73
-
+
74
-
[source,terminal]
75
-
----
76
-
$ coreos-installer iso ignition embed -i embedded.ign rhcos-4.12.0-x86_64-live.x86_64.iso -o rhcos-sshd-4.12.0-x86_64-live.x86_64.iso
45
+
$ coreos-installer iso ignition embed -i embedded.ign rhcos-{product-version}.0-x86_64-live.x86_64.iso -o rhcos-sshd-{product-version}.0-x86_64-live.x86_64.iso
0 commit comments