Passer au contenu principal

Urblauna access and data transfer

Connecting to Urblauna

The Urblauna cluster is intended for the processing of sensitive data and as such comes with a number of restrictions.

All access requires the use of two factor authentication and outside of the UNIL/CHUV networks the UNIL VPN is required.

Note for CHUV users: in case of problems connecting to Urblauna please contact XXXX to ensure that the connection is authorised.

Web interface

As for Jura there is a web interface (Guacamole) that allows for a graphical connection to the Urblauna login node

To connect go to ADDRESS HERE and 

SSH interface

There is also SSH terminal access which may be more convenient for many operations. Unlike connections to Curnagl no X11 forwarding or use of tunnels is permitted. The use of scp to copy data is also blocked.  

To connect:

ssh <username>@u-ssh.dcsr.unil.ch

You will then be prompted for your UNIL password and the 2FA code that you received.

Please note that these are not the EduID password and 2FA code!

Data Transfer


STFP server

An SFTP server allows you to import and export data. To transfer data in:

sftp <username>@u-sftp.dcsr.unil.ch

You will be prompted for your password and the two factor authentication code

You can then copy files as follows:

put mydata.fasta 

get mydata.bam

Data is copied to/from your scratch directory ( /scratch/username ) and once there is should be moved to the appropriate storage space such as /data or /archive - please remember that the scratch space is automatically cleaned up.

For copying data from Jura to Urblauna please see the MIGRATION PAGE HERE