-
Notifications
You must be signed in to change notification settings - Fork 13
feature sshfsroot
Alexey Gladkov edited this page Dec 4, 2022
·
2 revisions
Feature adds the ability to mount the root using SSH (more precisely, the SFTP subsystem). Most SSH servers support and enable this SFTP access by default, so SSHFS is very simple to use
-
SSHFS_KNOWN_HOSTS -- A
known_hosts
file that the ssh client must use (optional). -
SSHFS_CONFIG -- A
.ssh/config
file for ssh client (optional). - SSHFS_KEY -- A ssh key to use for sshfs connection (optional).
- SSHFS_KEYS -- A list of ssh keys that need to be put to the initramfs user (optional).
To mount root over sshfs, parameter root=/dev/sshfs
should be specified.
-
sshfsroot=[user@]<server>:<root-dir>
-- mount remote filesystem share from :/ -
sshfsopts=options
-- options that are passed to sshfs.
- Get Started
- Initramfs Runtime
- Image Generation
- Contributing
- FAQ
- Presentations