Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For non-UO users, you will have received a username and password in the email granting you access.

Talapas currently has two four login nodes:

  • talapas-ln1.uoregon.edu
  • talapas-ln2login1.talapas.uoregon.edu

These hosts are entirely equivalent.  You can use whichever seems less busy, or use hostname talapas-login.uoregon.edu to be sent to one randomly.

If you are logging in from a Linux or Mac OS X workstation, open a terminal and type

Code Block
ssh myusername@talapas-ln1myusername@login.talapas.uoregon.edu

If you are logging in from Windows, download an SSH client like Putty or MobaXterm and do the equivalent.

...

If you're accessing Talapas from Linux or Mac OS X, you can use scp to transfer files.  For example, type

Code Block
scp chr1.fasta myusername@talapas-ln1myusername@login[1-4].uoregon.edu:.

to copy the named file to your Talapas home directory in either of the 4 login nodes (login1,...,login4)

There are also GUI tools available for file transfer via SCP or SFTP.  Filezilla is available for all common platforms.

...