![]() |
InetSec VU Challenges | |||||||
Homepage |
People |
Research |
Teaching |
About |
Blog |
Twitter |
||
Machine EnvironmentLab Start Lab start: 01.03.2011 Operating System In the InetSec lab, we run Linux (Debian for those that are interested) on a student server that is "safely" coupled off the Internet so that you can experiment with your tools. Server
One InetSec box is remotely accessible for you through
inetsec.iseclab.org (128.130.60.30) via ssh. WAIT! Don't ssh yet!
Read on!
Host bandit
Hostname 128.130.60.30
Port 10001
HostKeyAlias bandit
If you have edited your ssh_config file, then ssh bandit should do it.
Changing your password It is good practice to change your password once you get your account. We might try to crack your password so do change it. Reading your e-mail on the servers You will submit your challenge solutions using e-mail on the lab machines. Submission from any other server (e.g., TU student servers) will not work. You will also receive automated feedback from our submission system (e.g., information about your submission, grading, success/failure, etc.) to your lab account. In order for you to be able to read your mails, we have installed pine and mutt on the InetSec server. Feel free to use anything you prefer (e.g., the UNIX mail command for the experts/geeks should also do it :-)). If you are UNIX-incapable or prefer to read your mails on some other server, then you can create a .forward file in your home directory. We have enabled forwarding on the servers. FAQ - frequently asked questions
On the InetSec systems (e.g. bandit) we have several resource limits (see /etc/security/limits.conf) so that available system resources can be shared among users in a fair and economic way. Among these limits the maximum number of allowed processes per user is set to 15 which you have most likely exceeded. In order to get back to work, close some of your running programs and you should be fine again. Remember: Each time you logon, it will take at least two processes (one being sshd and the other one the login shell). You can view your currently running processes nicely by running: $ pstree -pcl `whoami` short answer: no longer answer: In an ideal world there would be no resource limits. However, since the resources on our systems are limited, we need to ensure that the system is responsive and working well for all users, regardless of the funny things (*cough* fork bombs anyone?*cough*) other users might be doing. Over the years we found the current limits to be working well which is the reason why we won't change them. Never change a running system, right ? Last Modified: Tue Aug 23 12:45:28 CEST 2011 |
||||
| International Secure Systems Lab www.iseclab.org |