fix: ssh adapter supports any system with /bin/sh (#161)
This allows support of other *nix operating systems where bash is not universally present.
This commit is contained in:
parent
e45aeebc2b
commit
ebcd720a09
3 changed files with 4 additions and 5 deletions
|
|
@ -267,7 +267,7 @@ nvim oil-ssh://[username@]hostname[:port]/[path]
|
|||
|
||||
This may look familiar. In fact, this is the same url format that netrw uses.
|
||||
|
||||
Note that at the moment the ssh adapter does not support Windows machines, and it requires the server to have a `/bin/bash` binary as well as standard unix commands (`rm`, `mv`, `mkdir`, `chmod`, `cp`, `touch`, `ln`, `echo`).
|
||||
Note that at the moment the ssh adapter does not support Windows machines, and it requires the server to have a `/bin/sh` binary as well as standard unix commands (`rm`, `mv`, `mkdir`, `chmod`, `cp`, `touch`, `ln`, `echo`).
|
||||
|
||||
## API
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue