Skip to content
Oren Mishali edited this page Jun 27, 2017 · 11 revisions

How to connect from home to TDK machines?

Undergraduate students

As we understand, undergraduate students cannot SSH to TDK machines via T2 anymore. Therefore, in order to access your machines from home, you need to get a VDI (Virtual Desktop Infrastructure). By that, you will be able to access from home a virtual Windows machine, and from that machine to log in to the Linux machine using SSH. Follow the guidelines explained in the system site.

Graduate students

You may of course use the VDI as described above. In case you only need SSH access, then login to csm.cs.technion.ac.il, and from csm you may SSH to the target machine.

How to SSH to a Linux machine from Windows?

There are plenty of SSH clients available for Windows. We strongly recommend MobaXterm. This is a very convenient client, that also allows to open Linux graphical apps in your Windows environment.

How to create a Linux virtual machine (VM)?

A new infrastructure that we use called VRA, allows to create a VM independently via a dedicated Web interface. To create a VRA VM you need to:

  1. Send a mail to Oren, asking for a permission to create VMs.
  2. When approved, follow the instructions explained in the System's site. Note that steps 1-2 are not relevant.

How to execute a long-running process on Linux?

If you need to execute a long-running process in your Linux machine, use the screen tool. Here is a short tutorial explaining the basics of the screen command.

Clone this wiki locally