ssh: 라우터 포트 포워딩을 통해 sshfs를 마운트할 수 있지만 ssh 터미널 세션을 얻을 수 없습니다.

ssh: 라우터 포트 포워딩을 통해 sshfs를 마운트할 수 있지만 ssh 터미널 세션을 얻을 수 없습니다.

arch with openssh 9.7p1-1 ,sshfs 3.7.3-1

이 fstab 항목은 정상적으로 작동합니다.

[email protected]:/mnt/sda/srv /home/stephen/srv 
fuse.sshfs x-systemd.automount,x-systemd.requires=network-online.target,
_netdev,user,idmap=user,transform_symlinks,port=2299,
identityfile=/home/stephen/.ssh/id_rsa,allow_other,
default_permissions,uid=1000,gid=1000,exec 0 0

하지만 이 명령은 시간 초과되었습니다.

 ssh [email protected] -p 2299

내 가설은 ssh 터미널 세션을 생성하지 못한 sshfs이유 sshd가 sshd 종료 이외의 다른 원인 때문이라는 것입니다.

그게 무엇일까요? 원격으로 수리가 가능한가요?

관련 정보