===== LOGIN ➠ terminal in Windows =====
* Article written by Irene Reichl (VSC Team)
(last update 2017-10-10 by ir).
==== Windows ====
A terminal connection to the cluster opens on your windows machine by taking advantage of the tool [[http://www.putty.org|PuTTY]]. PuTTY, compare Figure, requires
* host name (VSC 2: vsc2.vsc.ac.at, VSC 3: vsc3.vsc.ac.at),
* port: 22,
* connection type: SSH,
after clicking *open%%//%% you will be asked for your user name, password, and OTP.
Here, the usual linux commands apply, e.g.,
[@l21 ~]$ pwd [gives back the current path]
[@l21 ~]$ ls [lists all directories and files which are in the directory]
[@l21 ~]$ mkdir [make directory]
[@l21 ~]$ cp [copy in ]
[@l21 ~]$ mv [move in ]
In this terminal, your application can be (re-)compiled. Please use the latest “Intel” MPI-Environment as described in [[doku:mpi|MPI Environment]] for VSC-2 (SGE). On VSC-3, batch jobs are submitted under [[doku:slurm|SLURM]] instead of [[doku:sge|SGE]].
{{:pandoc:introduction-to-vsc:02_connecting_to_vsc:windows_putty:putty.png?0x400}}