mirror of
				https://github.com/HorlogeSkynet/SSHubl.git
				synced 2025-10-30 20:00:15 +01:00 
			
		
		
		
	 da6e1662a2
			
		
	
	da6e1662a2
	
	
	
		
			
			* Adds support for passing a custom list of arguments to `sshfs` program * Adds support for disabling "follow_symlinks" option (to prevent symlink loops from messing with Sublime folders refresh) * Enables by default `jail_symlinks`, `noappledouble` and `noapplexattr` options on macOS to avoid littering the mounted directory with dotfiles > see #54 Co-Authored-By: Samuel FORESTIER <samuel+dev@forestier.app>
		
			
				
	
	
		
			14 lines
		
	
	
		
			296 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			296 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
| 	"debug": false,
 | |
| 	"ssh_path": null,
 | |
| 	"sshfs_path": null,
 | |
| 	"umount_path": null,
 | |
| 	"sockets_path": null,
 | |
| 	"ssh_options": {},
 | |
| 	"ssh_server_alive_interval": 15,
 | |
| 	"ssh_login_timeout": 10,
 | |
| 	"ssh_host_authentication_for_localhost": true,
 | |
| 	"sshfs_arguments": [],
 | |
| 	"sshfs_mount_follow_symlinks": true,
 | |
| }
 |