osxfuse / sshfs

File system based on the SSH File Transfer Protocol
http://fuse.sourceforge.net
GNU General Public License v2.0
1.14k stars 128 forks source link

SSHFS fails with "RequestTTY force" in ~/.ssh/config #63

Open alkisg opened 3 years ago

alkisg commented 3 years ago

Hi, if .ssh/config contains "RequestTTY force", then sshfs user@server: mountpoint fails with "remote host has disconnected".

On the other hand, scp user@server:something . succeeds.

The reason why I want to use "RequestTTY force" is to be able to list active SSHFS connections on the server, with commands like who, last etc.