We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After introducing the read-only root file system, ssh keys can no longer be copied to the device with ssh-copy-id root@yio-remote.
ssh-copy-id root@yio-remote
Steps to reproduce the behavior:
ssh-keygen
mkdir: can't create directory '.ssh': Read-only file system
SSH keys can be copied to remote and are persisted in the data partition.
Error reason: there's no overlay for /root or bind-mount for /root/.ssh
/root
/root/.ssh
The text was updated successfully, but these errors were encountered:
zehnm
No branches or pull requests
Description
After introducing the read-only root file system, ssh keys can no longer be copied to the device with
ssh-copy-id root@yio-remote
.How to Reproduce
Steps to reproduce the behavior:
ssh-keygen
ssh-copy-id root@yio-remote
mkdir: can't create directory '.ssh': Read-only file system
Expected behavior
SSH keys can be copied to remote and are persisted in the data partition.
Your Environment
Additional context
Error reason: there's no overlay for
/root
or bind-mount for/root/.ssh
The text was updated successfully, but these errors were encountered: