Dusty,
On 2021-07-28 02:55, Dusty Mabe wrote:
On 7/27/21 12:50 PM, Philip Rhoades wrote:
. .
I do not add the ign switch for the install command thinking that a bare minimal install command will work just as well as the LiveUSB (DHCP works in live mode)? ie:
sudo coreos-installer install /dev/sda
Unfortunately that won't be sufficient. The live ISO will drop you to a bash shell, but an installed system won't do that. In the very least you need to create an Ignition config with an SSH key you can use to log in to the machine.
https://docs.fedoraproject.org/en-US/fedora-coreos/authentication/
I used the example.bu with my key:
variant: fcos version: 1.3.0 passwd: users: - name: core ssh_authorized_keys: - ssh-rsa AAAAB3Nz. . .
and indeed I was then able to install coreos with the generated ign and it booted happily from /dev/sda then.
However, ssh in is refused and nmap from my F34 WS is showing that port 22 on the CoreOS machine is not open . . I couldn't find anything in the docs that helped . . suggestions?
Thanks again.
Phil.