Skip to content

Commit db9e6b5

Browse files
Merge pull request #98 from UCL-ARC/NicoleLabrAvila-patch-2
Update rclone.md
2 parents dc5ce74 + 823ed9d commit db9e6b5

File tree

1 file changed

+15
-8
lines changed
  • mkdocs-project-dir/docs/Walkthroughs

1 file changed

+15
-8
lines changed

mkdocs-project-dir/docs/Walkthroughs/rclone.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,29 @@ ssh -X [email protected]
3535
```
3636
### X-Forwarding in Mac
3737

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.
4041

4142
### X-Forwarding in Windows
4243

4344
If you are using Windows, you need to install an X server separately. The use of **Xming** with **Putty** is suggested
4445
to configure **Rclone**, although you can use your preferred method. You can download **Xming-fonts** free from
4546
[here](https://sourceforge.net/projects/xming/files/). Once you download it and install it, you must open **Xming** in your
4647
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.
4849

4950
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+
![SSH](../img/rclone/SSH.jpeg)
54+
55+
Then select ++"X11"++ and ensure the checkbox for ++"Enable X11 forwarding"++ is checked/filled.
56+
57+
![Enable X-Forwarding](../img/rclone/EnableX.jpeg)
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.
5461

5562
After you have allowed X-Forwarding, you are ready to configure **Rclone**.
5663

@@ -124,7 +131,7 @@ Choose a number from below, or type in your own value.
124131
33 / Mega \ (mega)
125132
34 / Microsoft Azure Blob Storage \ (azureblob)
126133
35 / Microsoft Azure Files \ (azurefiles)
127-
/ Microsoft OneDrive \ (onedrive)
134+
36 / Microsoft OneDrive \ (onedrive)
128135
37 / OpenDrive \ (opendrive)
129136
38 / OpenStack Swift (Rackspace Cloud Files, Blomp Cloud Storage, Memset Memstore, OVH) \ (swift)
130137
39 / Oracle Cloud Infrastructure Object Storage \ (oracleobjectstorage)

0 commit comments

Comments
 (0)