SSH Access to Oscar
1. Open ayour preferred terminal prompt. On the ICERM thin clients, enter the username user and the password icerm to log in to the terminal.application.
2. In the terminal, type type ssh <your ccv username>@ssh.ccv.brown.edu
. If you are asked to verify the authenticity of the host 'ssh.ccv.brown.edu', type type yes
.
3. You will now be prompted for your password. Enter your password (nothing will show up when you type in the terminal password prompt) and press enter.
4. Once logged in, you should see a “Welcome to Oscar!” message. This means you're now connected to one of the login nodes, which you can use to manage your files and submit batch jobs.
Please DO NOT run any computations directly on the login nodes. Use the batch system to submit your computations to the queue to be processed on the computation nodes or start an interactive session on one of the compute nodes with the command command interact
. See CCV's Oscar Documentation page on on Running Jobs for detailed instructions on batch jobs and interactive sessions.