Changes between Version 2 and Version 3 of cypress/Box
- Timestamp:
- 01/24/23 15:16:53 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/Box
v2 v3 8 8 9 9 ==== 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]].) 10 1. 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 }}} 11 14 2. In your Cypress session enter the following commands. 12 15 {{{ … … 19 22 6. At the prompt '''...Box App Client Id...''', respond by pressing {{{Enter}}} for the default. 20 23 7. 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'''.24 8. At the prompt '''Edit advanced config? (y/n)''', enter {{{n}}} for '''No'''. 22 25 9. At the prompt '''Remote config - Use auto config?...''', enter {{{y}}} for '''Yes'''. 23 26 10. 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.