remote-sshfs.nvim
remote-sshfs.nvim copied to clipboard
Explore, edit, and develop on a remote machine via SSHFS with Neovim
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...
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)...
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...
I can't seem to figure out how to mount any path other than the remote home directory. Is there such an option?
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!
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...
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: ```...