I'm looking for a way to open a stream via sftp using a keyfile (as opposed to the usual user:password prompt vlc opens by default), but can't seem to find any documentation about this whatsoever. I'm tring to do something like vlc -i .ssh/key "sftp://user@remote.host/path/to/file/" I know...