diff --git a/content/projects/sshubl/img/image-1.gif b/content/projects/sshubl/img/image-1.gif index 4840068..4b915f4 100644 Binary files a/content/projects/sshubl/img/image-1.gif and b/content/projects/sshubl/img/image-1.gif differ diff --git a/content/projects/sshubl/index.md b/content/projects/sshubl/index.md index 02d20c1..052d7c8 100644 --- a/content/projects/sshubl/index.md +++ b/content/projects/sshubl/index.md @@ -61,18 +61,19 @@ Package Control dedicated page [here](https://packagecontrol.io/packages/SSHubl) Open your command palette and type in `SSHubl` to select `Connect to server`. Once connected, you will be able to select `Forward port/socket`, `Open/Select directory (mount sshfs)` or even `Open a terminal` commands. -![Preview](https://i.imgur.com/mOqxMsP.gif) - ## Settings ```javascript { "debug": false, // Custom path to OpenSSH client program + // /!\ This setting requires plugin reload (or Sublime restart) "ssh_path": null, // Custom path to `sshfs` FUSE client program + // /!\ This setting requires plugin reload (or Sublime restart) "sshfs_path": null, // Custom path to `umount` program (`fusermount` on Linux) + // /!\ This setting requires plugin reload (or Sublime restart) "umount_path": null, // Custom options to pass to OpenSSH **master** (e.g. useful for bastion traversal) "ssh_options": { @@ -107,4 +108,4 @@ Open your command palette and type in `SSHubl` to select `Connect to server`. On **Do you plan to support Sublime Text 3 ?** -> It's very unlikely as SSHubl requires Python 3.8 runtime and depends on several Sublime Text 4081+ API. +> It's very unlikely as SSHubl requires Python 3.8 runtime and depends on several Sublime Text 4081+ API. \ No newline at end of file