remote-sshfs.nvim icon indicating copy to clipboard operation
remote-sshfs.nvim copied to clipboard

Explore, edit, and develop on a remote machine via SSHFS with Neovim

Results 19 remote-sshfs.nvim issues
Sort by recently updated
recently updated
newest added

Host entries in a `ssh_config` file may have multiple host names, like: ```Host ```. In that case, `remote-sshfs` creates a `~/.sshfs/ ` mount point and, of course, fails to connect...

bug

If I use a public key with 2-step verification or only passwd, will always fail verification: ` Enter passwd for host: ` Connection failed:......remote host has disconnected Permission denied (publickey,passwd)...

bug
help wanted

I'm getting this error when I try to connect to my server: Connection failed: 'sshfs' ڲⲿҲǿеijļ It seems that the sshfs does not work but actually I can use sshfs...

enhancement

I can't seem to figure out how to mount any path other than the remote home directory. Is there such an option?

enhancement
help wanted
question

Hello! Do you plan on having an integration with neo-tree, perhaps in a similar fashion as [netman.nvim](https://github.com/miversen33/netman.nvim)? Thanks!

enhancement

Hello, my ssh file looks something like this: ``` ForwardAgent yes IdentityFile /path/to/key Include ~/.ssh/configs/* ``` My question is if it's possible to use this Include to load all of...

Telescope Options https://github.com/ibhagwan/fzf-lua

invalid
question

Hope some help can be provided. I have installed the plugin, but when i attempt to load the extension, I get a bunch of errors saying none of the files...

I am using nvim on Windows in Powershell 7.5.0. I am using Pckr as my extension manager and I have installed the remote-sshfs extension. This is my packer.lua file: ```...