We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745473a commit 76b107eCopy full SHA for 76b107e
sphinx_docs/source/workstations.rst
@@ -35,6 +35,17 @@ On ahsoka:
35
36
ssh -N -L 8888:127.0.0.1:8888 ahsoka.astro.sunysb.edu
37
38
+ .. tip::
39
+
40
+ If your username on ``ahsoka`` is not the same as on your
41
+ local machine, then you need to prefix your username to
42
+ the remote, e.g., as::
43
44
+ ssh -N -L 8888:127.0.0.1:8888 username@ahsoka.astro.sunysb.edu
45
46
+ where you replace ``username`` with your ``ahsoka`` username.
47
48
49
replacing the ``8888`` with the port it selected. Then enter your
50
password. There will be no output---that command will just continue
51
to run in the terminal window.
0 commit comments