cc_staff
65
edits
No edit summary |
No edit summary |
||
Line 32: | Line 32: | ||
<!--T:5--> | <!--T:5--> | ||
As with all SciNet and Compute Canada compute systems, access to Niagara is done via ssh (secure shell) only. | As with all SciNet and Compute Canada compute systems, access to Niagara is done via ssh (secure shell) only. As of January 22 2022, authentication is only allowed via SSH keys. Please refer to [[SSH_Keys|this page]] to generate your SSH key pair and make sure you use them securely. | ||
Open a terminal window (e.g. [[Connecting with PuTTY|PuTTY]] on Windows or [[Connecting with MobaXTerm|MobaXTerm]]), then ssh into the Niagara login nodes with your CC credentials: | Open a terminal window (e.g. [[Connecting with PuTTY|PuTTY]] on Windows or [[Connecting with MobaXTerm|MobaXTerm]]), then ssh into the Niagara login nodes with your CC credentials: | ||
<!--T:6--> | <!--T:6--> | ||
<source lang="bash"> | <source lang="bash"> | ||
$ ssh -Y MYCCUSERNAME@niagara.scinet.utoronto.ca</source> | $ ssh -i /path/to/ssh_private_key -Y MYCCUSERNAME@niagara.scinet.utoronto.ca</source> | ||
<!--T:7--> | <!--T:7--> | ||
Line 43: | Line 44: | ||
<!--T:8--> | <!--T:8--> | ||
<source lang="bash">$ ssh -Y MYCCUSERNAME@niagara.computecanada.ca</source> | <source lang="bash">$ ssh -i /path/to/ssh_private_key -Y MYCCUSERNAME@niagara.computecanada.ca</source> | ||
<!--T:9--> | <!--T:9--> |