I am trying to mount via ssh(8) a distant repertory from an openbsd server on a newly installed local openbsd machine (client). I have successfully attempted the same mount on other client machines. But here something does not work :

$ doas sshfs -o idmap=user,allow_other,uid=1000,gid=1000 media@lap: /home/media
media@lap's password:
$ doas umount /home/media
$ su -
Password:
# echo 'P455W0RD' | sshfs -o password_stdin media@lap: /home/media
failed to open pty: No such file or directory
#

The point of using the password_stdin option is to automatically mount the repertory at boot. I've searched/checked for various things, without success. What could be wrong ?
--
Sylvain Saboua
looking for a PDP-11

Reply via email to