You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -111,7 +121,7 @@ total size is 8818 speedup is 0.90
111
121
## Login with `ssh`
112
122
Now log in to CAEN Linux. Your terminal is now a shell on a *different computer*, `caen-vnc-vm16` in this example. Yours may be different. Don't forget to change `awdeorio` to your own uniqname.
Copy file name to clipboardExpand all lines: docs/setup_emacs.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -490,18 +490,18 @@ $ emacs
490
490
491
491
SSH into your remote server, CAEN Linux in this example. This will set up an SSH multiplexing connection.
492
492
```console
493
-
$ ssh login.engin.umich.edu
493
+
$ ssh login-course.engin.umich.edu
494
494
...
495
495
```
496
496
497
-
In Emacs, open the file `/ssh:login.engin.umich.edu:main.cpp`. Recall `C-x C-f` is `find-file`. Tab completion works in the minibuffer. You're now editing a file `main.cpp` on a remote server.
497
+
In Emacs, open the file `/ssh:login-course.engin.umich.edu:main.cpp`. Recall `C-x C-f` is `find-file`. Tab completion works in the minibuffer. You're now editing a file `main.cpp` on a remote server.
498
498
499
499
### Pair programming with tmux
500
500
Pair program on a remote machine with two people inside the same Emacs instance. We'll use tmux, which is a terminal multiplexer.
501
501
502
502
Alice connects to a remote server containing her code. She starts a tmux session named `shared`. Then, she starts Emacs inside that tmux session.
@@ -112,7 +112,7 @@ We're going to synchronize our code to CAEN Linux many times. These shortcuts w
112
112
113
113
Be sure that you can [avoid repeated two-factor authentication (2FA)](setup_caen.html#avoiding-repeated-2fa). In a separate terminal, connect to CAEN Linux with SSH so you won't have to enter your password again.
0 commit comments