1
0
mirror of https://github.com/winfsp/sshfs-win.git synced 2025-04-18 23:04:01 +03:00

23 Commits

Author SHA1 Message Date
LeadroyaL
ace9c17561
Remove default ssh port
reformat code style
2023-03-14 21:02:11 +08:00
LeadroyaL
3669836617
Remove default ssh port
Port is not a must option for `ssfhs.exe`.

If `-oPort=1234` is passed, `sshfs.exe` will pass `-Port=123` to `ssh.exe`. 
If nothing is passed, `sshfs.exe` will pass nothing to `ssh.exe`.

The bug is: current code always force use `-oPort=22` even user doesn't assign any port.

```
    port = "22";
```

When port is assigned in `alias` and the port is not 22, `ssh.exe` should connect to custom port rather than 22.
2023-03-14 01:33:59 +08:00
Bill Zissimopoulos
d91f32089b update SSHFS to latest upstream version (3.7.1) 2021-01-11 17:36:34 -08:00
Bill Zissimopoulos
f223075a81 sshfs-win.c: preserve Windows environment when spawning sshfs 2021-01-11 16:46:30 -08:00
daladim
d1c30659b4 [review] Only remove matched quotes 2020-09-29 23:00:13 +02:00
daladim
d545ec8228 Checking for quotes around non-ascii usernames passed by Windows 2020-09-29 22:59:25 +02:00
Bill Zissimopoulos
9f2c8da7dd update README and sshfs-win usage help 2020-06-08 11:00:14 -07:00
Bill Zissimopoulos
f4aaece879 sshfs.kr prefix and support for sshfs.rootdir registry setting 2020-06-07 18:00:23 -07:00
Bill Zissimopoulos
42822148b0 sshfs-win: opt_escape 2020-01-24 15:00:53 -08:00
Dominik Courcelles
b3b3139e03 Add double quote around the path to the ssh key to have it working even if there is spaces in the path to the key. 2019-12-23 09:45:23 -05:00
Bill Zissimopoulos
4a4fc94a3b sshfs-win: only allow publickey auth when not using password 2019-12-17 16:02:58 -08:00
Bill Zissimopoulos
a153a02098 additional work on SSH key 2019-12-17 15:42:05 -08:00
Dominik Courcelles
1c6012374c Remove default password_stdin and password_stdout options. Instead, depending of path containing sshfs.key and windows registry key, send to sshfs IdentityFile or password_stdin and password_stdout options. Add sshfs.key registry key with credentials equal to 0. 2019-12-10 19:25:46 -05:00
Bill Zissimopoulos
d08bc2bc9a sshfs-win: do_cmd: check arg count 2019-04-17 10:48:32 -07:00
Bill Zissimopoulos
34e16fdfd6 sshfs-win: fix sshfs invocation 2019-04-16 20:13:25 -07:00
Bill Zissimopoulos
3d5d0f351d sshfs-win: improved command line support 2019-04-16 18:48:36 -07:00
Bill Zissimopoulos
b7f6a4250f sshfs-win: support %U WinFsp.Launcher argument 2017-11-30 20:12:58 -08:00
Bill Zissimopoulos
5d281a37d4 sshfs-win: support %U WinFsp.Launcher argument 2017-11-30 01:53:10 +00:00
Bill Zissimopoulos
e6877fbaf4 accommodate launcher registry changes in WinFsp 2017 RC2 2017-02-08 14:36:51 -08:00
Bill Zissimopoulos
43ecd9bf9e sshfs-win: launch sshfs with rellinks and fstypename options 2016-09-21 12:24:50 -07:00
Bill Zissimopoulos
c01db19fcf sshfs-win.c: allow port to be specified (syntax: \\sshfs\locuser=user@host!port\path) 2016-07-15 17:30:42 -07:00
Bill Zissimopoulos
674c364393 sshfs-win.c: improve command line handling 2016-07-14 22:56:48 -07:00
Bill Zissimopoulos
4efd6f0b52 add wix installer, rename run-sshfs.c to sshfs-win.c 2016-07-12 22:31:08 -07:00