login:sshsupport
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| login:sshsupport [2020/01/08 09:15] – jas | login:sshsupport [2020/02/10 10:33] (current) – seela | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| In order to access Departmental systems externally (eg. from your home), you will first need to connect to a time sharing server. | In order to access Departmental systems externally (eg. from your home), you will first need to connect to a time sharing server. | ||
| - | If you are an undergrad, you will use the time sharing server named " | + | **If you are an undergrad, you will use the time sharing server named " |
| ===== SSH Clients ===== | ===== SSH Clients ===== | ||
| Line 15: | Line 15: | ||
| There are a number of available SSH clients for Unix, Windows and Mac machines. | There are a number of available SSH clients for Unix, Windows and Mac machines. | ||
| - | % ssh indigo.eecs.yorku.ca -l <EECS USERNAME> | + | % ssh indigo.eecs.yorku.ca -l <EECS USERNAME> |
| + | % ssh red.eecs.yorku.ca -l <EECS USERNAME> | ||
| - | Windows 10 users can use the SSH command line tool as well. However, most Windows users prefer a GUI. For that, we recommend [[https:// | + | Windows 10 users can use the SSH command line tool as well. However, most Windows users prefer a GUI. For that, we recommend [[https:// |
| ===== SSH From One Host To Another Without Entering A Password ===== | ===== SSH From One Host To Another Without Entering A Password ===== | ||
| - | As mentioned above, you can SSH from any tech-supported Linux system to any other tech-supported Linux system without requiring a password. If you would like to be able to connect to a non-tech-supported | + | As mentioned above, you can SSH from any tech-supported Linux system to any other tech-supported Linux system without requiring a password. If you would like to be able to connect |
| First, run ' | First, run ' | ||
| Line 30: | Line 31: | ||
| Enter file in which to save the key (/ | Enter file in which to save the key (/ | ||
| - | Hit " | + | Hit " |
| </ | </ | ||
| - | On the system that you would like to login without password, you will now need to append the contents of the newly created .ssh/ | + | The public key file looks something |
| + | < | ||
| + | ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCewDNfAREt/ | ||
| + | </ | ||
| + | |||
| + | Now, SSH to the destination system that you would like to be able to connect without entering a password (eg. your personal Ubuntu workstation). | ||
| + | |||
| + | Append the contents of the newly generated ~/ | ||
| + | Now, you will be able to ssh from your tech-supported Linux host to the other machine without requiring a password. | ||
login/sshsupport.1578492929.txt.gz · Last modified: by jas
