News
VM access for course project
Written on 06.12.2017 17:04 by Dhiman Chakraborty
VMs are allotted to teams. You can find your allotted vm number in your cms personl info page under "Allotted VM" field.
Use the ssh command from your terminal to connect. For windows user can use a terminal emulator.
If your vm number is in the below ranges use corresponding ip address.
VM number range IP address
2201..2219 134.96.225.121
2221..2239 134.96.225.122
2241..2259 134.96.225.123
2261..2279 134.96.225.124
ssh -X -p <alloted VM> mobisec@134.96.225.123
for example ssh -X -p 2201 mobisec@134.96.225.121 will login to vm 2201.
Good luck.