Bill Zissimopoulos
e0b6e1d011
Merge pull request #445 from Lyneira/master
...
Registry patch for group read/write permissions
2024-11-21 14:22:50 +00:00
Bill Zissimopoulos
d5d0da9d62
Merge pull request #451 from manu0401/windows_openssh
...
Windows native OpenSSH fix
2024-11-21 14:14:09 +00:00
Emmanuel Dreyfus
35c6d85088
Windows native OpenSSH fix
...
Windows native OpenSSH has alternative behavior for standard I/O
descriptors, which can be selected through the OPENSSH_STDIO_MODE
environement variable. Setting it to "nonsock" is required for
sshfs compatibility.
See https://github.com/PowerShell/openssh-portable/pull/759
for details.
Subitted upstream here
https://github.com/libfuse/sshfs/pull/314
2024-11-20 16:56:48 +01:00
Lyneira
e612337a55
Registry patch for group read/write permissions
...
Add a registry patch file (based on ServerAliveInterval.reg) with
options that set owner/group read,write permissions for new files and
owner/group read,write,execute permissions for new directories.
Also update README.md:
- Add dedicated section with the info on how to pass options to sshfs
for mapped network drives and "net use".
- Move sshfs option passing info out of Preventing timeouts section.
- Add section on setting looser permissions for new files and
directories.
2024-10-17 14:47:07 +02:00
Bill Zissimopoulos
9329f4bafd
Merge pull request #439 from felipecrs/patch-1
...
Simplify suggested winget command
2024-08-22 14:51:04 +01:00
Felipe Santos
9ad054ad55
Simplify suggested winget command
2024-08-05 13:22:38 -03:00
Bill Zissimopoulos
f29a540400
Merge pull request #424 from DJStompZone/patch-1
...
Update README.md
2024-04-02 13:32:30 +01:00
DJ Magar
8a357f0e8a
Update README.md
...
Fix syntax error for Windows Powershell
2024-03-24 09:29:36 -07:00
Bill Zissimopoulos
95193ef8e1
Merge pull request #421 from Swift42/master
...
Preventing timeouts with "ServerAliveInterval"
2024-03-19 10:21:59 +00:00
Swift42
b8e6569ef2
Update ServerAliveInterval.reg
2024-03-19 11:00:05 +01:00
Swift42
20e9688f90
Update README.md
...
Added timeout info / ServerAliveInterval
2024-03-19 09:42:43 +01:00
Swift42
2418c88aca
Registry patch to set "ServerAliveInterval"
2024-03-19 09:23:32 +01:00
Bill Zissimopoulos
58bde0f151
Merge pull request #399 from anthony-arnoux/master-1
...
Update README.md |winget command
2023-08-07 14:09:42 +01:00
Anthony Arnoux
549f6736fa
Update README.md |winget command
...
winget silent install and exact id match
2023-08-04 11:06:07 +02:00
Bill Zissimopoulos
7a5de54ccc
Merge pull request #380 from LeadroyaL/master
...
Remove default ssh port
2023-03-27 14:22:53 +01:00
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
0fd2668469
Merge pull request #355 from felipecrs/patch-1
...
Add installation instructions with WinGet
2022-07-08 14:39:17 +01:00
Felipe Santos
ee0c57588a
Add installation instructions with WinGet
...
Because nowadays, every Windows 10 and 11 come with WinGet.
2022-07-04 19:03:00 -03:00
Bill Zissimopoulos
0b2e84c9a2
Merge pull request #351 from BrianMarre/dev
...
Improved Documentation for usage of jump host and specifying ssh keys
2022-06-08 16:19:35 +01:00
BrianMarre
b6eaf0910a
improved formatting
2022-06-08 13:07:13 +00:00
BrianMarre
cfaab76271
improved Documentation on jump host and ssh key usage
2022-06-08 13:03:06 +00:00
Bill Zissimopoulos
036846d862
art: update logo
2021-06-07 17:06:17 -07:00
Bill Zissimopoulos
212df47b8f
art: embed placed documents
2021-05-08 13:10:41 -07:00
Bill Zissimopoulos
1f3c1d9420
art: finalize design
2021-05-08 11:36:41 -07:00
Bill Zissimopoulos
938832a606
art: add sshfs-win logo
2021-05-08 10:57:41 -07:00
Bill Zissimopoulos
d91f32089b
update SSHFS to latest upstream version (3.7.1)
v3.7.21011
2021-01-11 17:36:34 -08:00
Bill Zissimopoulos
4c6041c3fa
add License file
2021-01-11 17:21:46 -08:00
Bill Zissimopoulos
f223075a81
sshfs-win.c: preserve Windows environment when spawning sshfs
v3.5.21011
2021-01-11 16:46:30 -08:00
Bill Zissimopoulos
bb6c90d35c
Makefile: bump version
v3.5.20357
2020-12-22 13:24:39 -08:00
Bill Zissimopoulos
bd60b2a731
Merge pull request #245 from minidron/mountmgr
...
patches: support mount manager mountpoints
2020-10-29 15:30:06 -07:00
Pavel Alekin
601cf78f04
patches: support mount manager mountpoints
2020-10-27 13:18:13 +03:00
Bill Zissimopoulos
5bca969146
Merge pull request #208 from daladim/non_ascii_username
...
Checking for quotes around non-ascii usernames passed by Windows
2020-09-29 14:57:40 -07: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
2af542187a
update README with link to latest beta
2020-06-08 11:21:54 -07:00
Bill Zissimopoulos
9f2c8da7dd
update README and sshfs-win usage help
v3.5.20160
2020-06-08 11:00:14 -07:00
Bill Zissimopoulos
1214d18573
Makefile: invoke signtool to sign MSI
2020-06-07 22:09:58 -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
4eb204a413
README: more information on building
2020-06-07 16:59:09 -07:00
Bill Zissimopoulos
61a26c2f55
Merge branch 'daladim-build_documentation'
2020-06-07 16:01:33 -07:00
daladim
10a0f753f2
Makefile: Using the --binary switch to patch
...
This would otherwise fail when building on Windows/Cygwin
2020-06-07 22:39:01 +02:00
daladim
1818968bb8
README: added a 'Build' section
2020-06-07 22:38:25 +02:00
Bill Zissimopoulos
ea358fd811
Makefile: bump version to 2020.1
2020-04-16 17:14:16 -07:00
Bill Zissimopoulos
9af1cf6cf3
patches: allow empty mountpoint
2020-04-16 17:07:37 -07:00
Bill Zissimopoulos
f1f8bb095f
update README with reference to SSHFS-Win-Manager
2020-03-22 13:26:07 -07:00
Bill Zissimopoulos
d21e10cc70
README: internal link to cap.gif
2020-03-10 20:21:10 +02:00
Bill Zissimopoulos
269b543a19
installer: set product version to 2020
v3.5.20024
2020-01-24 15:28:37 -08:00
Bill Zissimopoulos
42822148b0
sshfs-win: opt_escape
2020-01-24 15:00:53 -08:00
Bill Zissimopoulos
b39c070c72
Merge pull request #138 from dcourcel/garbageEndOfFileError
...
Add double quotes around the path to the ssh key
2020-01-24 14:25:58 -08:00