|
35 | 35 | ```
|
36 | 36 | ### X-Forwarding in Mac
|
37 | 37 |
|
38 |
| -If you are using Mac, there is an app called ***XQuartz** you must donwload first and then use the `-Y` option with the |
39 |
| -`ssh` command to allow X-forwarding. |
| 38 | +If you are using Mac, there is an app called **XQuartz** you must donwload first and then use the `-Y` option with the |
| 39 | +`ssh` command to allow X-forwarding. Note that it might be necessary to restart your Mac after installing xQuartz to be |
| 40 | +able to use it for first time. |
40 | 41 |
|
41 | 42 | ### X-Forwarding in Windows
|
42 | 43 |
|
43 | 44 | If you are using Windows, you need to install an X server separately. The use of **Xming** with **Putty** is suggested
|
44 | 45 | to configure **Rclone**, although you can use your preferred method. You can download **Xming-fonts** free from
|
45 | 46 | [here](https://sourceforge.net/projects/xming/files/). Once you download it and install it, you must open **Xming** in your
|
46 | 47 | computer before connecting to ssh. The application is always working on the background so you may not see anything opening after
|
47 |
| -click on it. |
| 48 | +clicking on it. |
48 | 49 |
|
49 | 50 | Then, to connect via SSH we suggest using **Putty** unless you know how to allow X-forwarding with another method. To
|
50 |
| -configure **Putty** to use X-Forwarding, you must look at the left side panel and go to ++"SSH"++ category. Then select ++"X11"++ |
51 |
| -and ensure the checkbox for ++"Enable X11 forwarding"++ is checked/filled. Then enter the details to connect to the cluster in |
52 |
| -the main window and that's all! If you are loading a previous saved session, then load the session first and then enable the |
53 |
| -X-Forwarding. |
| 51 | +configure **Putty** to use X-Forwarding, you must look at the left side panel and go to ++"SSH"++ category. |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | +Then select ++"X11"++ and ensure the checkbox for ++"Enable X11 forwarding"++ is checked/filled. |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | +Then enter the details to connect to the cluster in the main window and that's all! If you are loading a previous |
| 60 | +saved session, then load the session first and then enable the X-Forwarding. |
54 | 61 |
|
55 | 62 | After you have allowed X-Forwarding, you are ready to configure **Rclone**.
|
56 | 63 |
|
@@ -124,7 +131,7 @@ Choose a number from below, or type in your own value.
|
124 | 131 | 33 / Mega \ (mega)
|
125 | 132 | 34 / Microsoft Azure Blob Storage \ (azureblob)
|
126 | 133 | 35 / Microsoft Azure Files \ (azurefiles)
|
127 |
| -/ Microsoft OneDrive \ (onedrive) |
| 134 | +36 / Microsoft OneDrive \ (onedrive) |
128 | 135 | 37 / OpenDrive \ (opendrive)
|
129 | 136 | 38 / OpenStack Swift (Rackspace Cloud Files, Blomp Cloud Storage, Memset Memstore, OVH) \ (swift)
|
130 | 137 | 39 / Oracle Cloud Infrastructure Object Storage \ (oracleobjectstorage)
|
|
0 commit comments