[Enter][~][,]
Enter a tilde (~
) before and after the pin name
$ ssh-keygen -t ed25519
use -f
to specify a filename in the command line
in /etc/fstab:
user@host:remoteMount localMount fuse.sshfs noauto,x-systemd.automount,_netdev,user,idmap=user,transform_symlinks,identityfile=KEYFILE,allow_other,default_permissions,uid=1000,gid=1000,reconnect 0 0
After editing the fstab, get systemd to generate the automount service files with # systemctl daemon-reload
. Don't forget to connect once as root so you can get the server's signature for root's known_hosts file.
# pacman-key --refresh-keys