SSH: Difference between revisions

Jump to navigation Jump to search
22 bytes added ,  6 years ago
Marked this version for translation
(advise against trying CCI or CCRI as login name)
(Marked this version for translation)
Line 7: Line 7:
Various software implementations of the SSH standard exist for most major operating systems. On OS X (Apple) and Linux the most widely used client is OpenSSH, a command line application which normally comes installed by default on these platforms. For Windows, individuals have to install an SSH client on their own: the two most common options are [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] and [http://mobaxterm.mobatek.net/download-home-edition.html MobaXTerm]. To use any of these implementations of SSH successfully, you need to know (1) the name of the machine to which you want to connect, (2) your userid and (3) your password.  
Various software implementations of the SSH standard exist for most major operating systems. On OS X (Apple) and Linux the most widely used client is OpenSSH, a command line application which normally comes installed by default on these platforms. For Windows, individuals have to install an SSH client on their own: the two most common options are [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY] and [http://mobaxterm.mobatek.net/download-home-edition.html MobaXTerm]. To use any of these implementations of SSH successfully, you need to know (1) the name of the machine to which you want to connect, (2) your userid and (3) your password.  


<!--T:5-->
The machine name will be something like <code>cedar.computecanada.ca</code> or <code>niagara.computecanada.ca</code>.
The machine name will be something like <code>cedar.computecanada.ca</code> or <code>niagara.computecanada.ca</code>.


<!--T:6-->
Your <code>userid</code> is your Compute Canada '''default account''', typically something like <code>jsmith</code>, and the password is the same one you use to log in to the Compute Canada database, [https://ccdb.computecanada.ca/ ccdb.computecanada.ca]. The <code>userid</code> is '''not''' your CCI, like <code>abc-123</code>, nor a CCRI like <code>abc-123-01</code>.
Your <code>userid</code> is your Compute Canada '''default account''', typically something like <code>jsmith</code>, and the password is the same one you use to log in to the Compute Canada database, [https://ccdb.computecanada.ca/ ccdb.computecanada.ca]. The <code>userid</code> is '''not''' your CCI, like <code>abc-123</code>, nor a CCRI like <code>abc-123-01</code>.


Bureaucrats, cc_docs_admin, cc_staff
2,773

edits

Navigation menu