This is an old revision of the document!
The School of Computer Science is running:
Linux Account eligibility:
If you need to create a linux account or simply want to change your linux password (online account system link):
http://www.scs.carleton.ca/webacct/
More information on creating a linux account can be found here: Account Creation Instructions
There are two ways to enter the SCS Lambda Linux network:
You can run an X-emulator on Windows that will allow you to display graphical applications 1) that you launch remotely from the linux hosts. The X-emulator that is installed in the SCS labs is called X-win32.
Putty is an ssh client that is available free of charge for Windows. With putty you can log into the SCS linux/lambda network. Putty is a command line application.
X-Win32 is a Windows X-emulator application. It allows you to launch graphical/X11 linux applications and display them on a Windows machine. X-win32 is installed in the SCS Windows labs 2).
The X-Win32 application can be run in many ways, two of them are as follows:
You can start X-win32 and then use putty-ssh to launch applications from linux. The way you can do this is as follows:
Then you can spawn off programs on the putty command line, example: 'xterm &' and they should pop-up on your Windows environment.
The lambda machines are behind the SCS firewall, to access them remotely you need to login to the SCS gateway access.scs.carleton.ca.
To log into the lambda's remotely use your favorite ssh client and lambda:
ssh access.scs.carleton.ca -l jdoe
[jdoe@access ~]$ ssh lambda07
============================================================
__ Welcome to the SCS __ __
/\ \ /\ \ /\ \
\ \ \ __ ___ ___\ \ \____ \_\ \ __
\ \ \ __ /'__`\ /' __` __`\ \ '__`\ /'_` \ /'__`\
\ \ \L\ \/\ \L\.\_/\ \/\ \/\ \ \ \L\ \/\ \L\ \/\ \L\.\_
\ \____/\ \__/.\_\ \_\ \_\ \_\ \_,__/\ \___,_\ \__/.\_\
\/___/ \/__/\/_/\/_/\/_/\/_/\/___/ \/__,_ /\/__/\/_/
Linux Network
Questions: support@scs.carleton.ca
Online: http://www.scs.carleton.ca/nethelp/
============================================================
lambda07:~>
Do you receive the following error?
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that the RSA host key has just been changed. The fingerprint for the RSA key sent by the remote host is 64:1f:1e:50:76:f1:5d:d3:ff:d0:93:4c:e8:73:a9:56. Please contact your system administrator. Add correct host key in /home/4user1/hsimpson/.ssh/known_hosts to get rid of this message. Offending key in /home/4user1/hsimpson/.ssh/known_hosts:21 RSA host key for lambda01 has changed and you have requested strict checking. Host key verification failed.
This is due to a software and hardware upgrade. What you need to do is ssh to access.scs.carleton.ca and then delete the file ~/.ssh/known_hosts and the ssh key will be re-generated 3).
There is a process killer installed on the lambda network. It runs once a day and checks for all processes that are:
If it meets the above criteria it will kill the process.
The nice command assigns a low priority number to your process. Say you want to run your program called my_program then you can run your program nice'd as follows:
nice my_program
If you already have a running process you can renice it. 4)
Here are some of the specs for the Linux Network hardware: