Logging in to UPPMAX

Connection to UPPMAX is either through SSH (secure shell) or via the graphical interface ThinLinc.

 

Hopefully you have got this far already!

 

MAC and LINUX users

  • The built-in terminal is sufficient first days of the course!

    • Parts further below are useful, but not necessary, for the first day at least

 

  • Start built-in Terminal.
$ ssh <username>@rackham.uppmax.uu.se
  • "< >" prompts you to set the keyword specific for you or your needs. In the example above, this is basically your username.

 

Skärmavbild 2021-08-13 kl. 15.21.03.png

 

Graphics

 

Windows users

 

 

 

MobaXterm

Skärmbild 2021-08-13 152756.jpg 

 

  • Start local terminal and a SSH session by:
$ ssh -Y username@rackham.uppmax.uu.se

Skärmbild 2021-08-23 121634.jpg

 

  • Or even better, create and save a SSH session, as shown in image below.
    • This allows you to use MobaXterm as a file manager and  to use the built-in graphical texteditor.
    • You can rename the session in the Bookmark settings tab.

 

Skärmbild 2021-08-20 110716.jpg

 

 

Skärmbild 2021-08-23 121347.jpg

 

Let's do it!

 

X11-forwarding from the command line

  • Graphics can be sent through the SSH connection.
    • Use primarily ssh -Y <...> or secondary ssh -X <...>

 

  • The X servers that enables graphics are needed, as mentioned above!
  • When starting a graphical program, a new window will open, but your terminal will be “locked”.
  • Run using "&" at the end to run it as a background process e.g. "xeyes &" or “gedit &

xeyes.png

  • Alternatively, use <ctrl>-z to put e.g. gedit to sleep and type "bg" to make last process in background.

 

ThinLinc (all platforms!)

 

Skärmbild 2021-08-18 114619.jpg

 

 

  • Try the web version now if you don't already have the software installed!
  • I'll do it now as well!

File transfer

 

fz3_osx_main.png