remote_access
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| remote_access [2025/01/13 13:45] – amcguire | remote_access [2025/01/13 13:55] (current) – amcguire | ||
|---|---|---|---|
| Line 154: | Line 154: | ||
| < | < | ||
| - | ssh -J < | + | ssh -J < |
| </ | </ | ||
| Line 160: | Line 160: | ||
| You will want to setup ssh keys in your home directory or you it will ask for your password twice: | You will want to setup ssh keys in your home directory or you it will ask for your password twice: | ||
| < | < | ||
| - | $ ssh -J cnetid@linux2.cs.uchicago.edu cnetid@< | + | $ ssh -J cnetid@focal0.cs.uchicago.edu cnetid@< |
| - | cnetid@linux2.cs.uchicago.edu' | + | cnetid@focal0.cs.uchicago.edu' |
| cnetid@< | cnetid@< | ||
| cnetid@< | cnetid@< | ||
| Line 170: | Line 170: | ||
| < | < | ||
| - | cnetid@linux2:~$ ssh-keygen -t ed25519 | + | cnetid@focal0:~$ ssh-keygen -t ed25519 |
| Generating public/ | Generating public/ | ||
| Enter file in which to save the key (/ | Enter file in which to save the key (/ | ||
| Line 182: | Line 182: | ||
| </ | </ | ||
| < | < | ||
| - | cnetid@linux2:~$ cat $HOME/ | + | cnetid@focal0:~$ cat $HOME/ |
| </ | </ | ||
| # success! we can ssh without a password. | # success! we can ssh without a password. | ||
| < | < | ||
| - | cnetid@linux2:~$ ssh linux3 | + | cnetid@focal0:~$ ssh focal1 |
| Last login: Sat May 18 21:57:18 2019 from 73.208.67.252 | Last login: Sat May 18 21:57:18 2019 from 73.208.67.252 | ||
| - | cnetid@linux3:~$ | + | cnetid@focal1:~$ |
| </ | </ | ||
/var/lib/dokuwiki/data/attic/remote_access.1736797552.txt.gz · Last modified: 2025/01/13 13:45 by amcguire