remote_access
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| remote_access [2020/08/19 13:39] – Document scp malfunction kameranis | remote_access [2025/01/13 13:55] (current) – amcguire | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| === linux.cs.uchicago.edu === | === linux.cs.uchicago.edu === | ||
| - | This is actually uses DNS round robin to point to multiple servers: | + | The '' |
| - | * linux1.cs.uchicago.edu | + | * '' |
| - | * linux2.cs.uchicago.edu | + | * '' |
| - | * linux3.cs.uchicago.edu | + | * '' |
| - | * linux4.cs.uchicago.edu | + | * '' |
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| === Specs === | === Specs === | ||
| Line 48: | Line 52: | ||
| $ scp username@linux.cs.uchicago.edu: | $ scp username@linux.cs.uchicago.edu: | ||
| file.txt | file.txt | ||
| - | |||
| - | Currently scp is not working when linux.cs.uchicago.edu is the remote. A way to overcome this to ssh to it and treat your local computer as a remote instead. | ||
| === Windows === | === Windows === | ||
| Line 152: | Line 154: | ||
| < | < | ||
| - | ssh -J < | + | ssh -J < |
| </ | </ | ||
| Line 158: | 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 168: | 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 180: | 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.1597862374.txt.gz · Last modified: 2020/08/19 13:39 by kameranis