Changes between Version 2 and Version 3 of cypress/Box


Ignore:
Timestamp:
01/24/23 15:16:53 (15 months ago)
Author:
cbaribault
Comment:

Clarified X11 enabling; fixed typo in wording of prompt in Step 8, Option 1.

Legend:

Unmodified
Added
Removed
Modified
  • cypress/Box

    v2 v3  
    88
    99==== Option 1 of 2: Generating Your rclone.conf File In Your Cypress Session ====
    10 1. Login to Cypress from your local machine with X11 forwarding. (See [[cypress/SshUsage#TunnelingXWindowsSessionviaSSH|X11 Forwarding]].)
     101. Login to Cypress from your local machine with X11 forwarding enabled. (See [[cypress/SshUsage#TunnelingXWindowsSessionviaSSH|X11 Forwarding]].) You should confirm that X11 forwarding is enabled using the '''xterm''' command on Cypress as in the following. This will cause a new, separate terminal window to open on your local machine, which you can close by typing exit in that new terminal window.
     11{{{
     12[tulaneID@cypress1 ~]$ xterm
     13}}}
    11142. In your Cypress session enter the following commands.
    1215{{{
     
    19226. At the prompt '''...Box App Client Id...''', respond by pressing {{{Enter}}} for the default.
    20237. At the prompt '''...Box App Client Secret...''', respond by pressing {{{Enter}}} for the default.
    21 8. At the prompt '''Edit advanced config? (y/n)nnn''', enter {{{n}}} for '''No'''.
     248. At the prompt '''Edit advanced config? (y/n)''', enter {{{n}}} for '''No'''.
    22259. At the prompt '''Remote config - Use auto config?...''', enter {{{y}}} for '''Yes'''.
    232610. Observe the message ending in '''Waiting for code ...''', and wait for a separate browser window to open on your local machine with a Box web page. Depending on your network latency, you may experience a delay of 1 minute or more.