Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Mismatched UID's between PXE image and amd64-user #1

@jameskyle

Description

@jameskyle

The PXE image used in this documentation: https://coreos.com/docs/running-coreos/bare-metal/installing-to-disk/ has a core user UID of 1000.

If you then use the the current coreos-install script here: https://raw.github.com/coreos/init/master/bin/coreos-install

It creates a 'core' user with a UID of 500.

If you're copying over keys as instructed:

mount -o subvol=root /dev/sda9 /mnt/
cp -Ra ~core/.ssh /mnt/home/core/

This results in a non-obvious UID mismatch and failure to ssh into the new system using that key.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions