If someone logs into a server via ssh for shell usage, a quick use of last|w|who can be used to show the logged in user. If someone mounts a directory on the same server via sshfs from another computer last|w|who do not show a connection. Is there a command similar to last|w|who which will show current sshfs mounts on a server?
Making an sshfs mount involves connecting across sftp. Hence, what you can do is look for the spawned sftp processes. Assuming the user andreas has made an sshfs mount, or logged in using regular sftp, you'll see something along the following lines:
alt.
What you see depend in what sftp Subsystem you have configured.
The details in this answer assumes OpenSSH server side.