Versions Compared

Key

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

Steps to remotely connecting to Talapas 

Quick Reference

Talapas has two login which can be reached via a round-robin DNS server at

  • TDB

Alternatively, each login node can be connected to directly via their host names

Your username is your Duck ID, your password is the password associated with your Duck ID and can be managed via https://duckid.uoregon.edu/

Step-by-step guide to logging in (OSX or Linux)

  1. Open a terminal emulation program (e.g. putty or MobaXterm on Windows or terminal on OSX or Linux)Connect program 
  2. Use your Duck ID credentials to connect to either hpc-ln1.uoregon.edu or hpc-ln2.uoregon.edu using your DuckID credentialsvia Secure SHell (ssh)


Code Block
languagebash
themeEmacs
firstline1
linenumberstrue
$ ssh myDuckID@hpc-ln1.uoregon.edu
Welcome to HPC2.0!


myDuckID@hpc-ln1.uoregon.edu's password: 
Last login: Thu May 25 10:18:23 2017 from somewhere.uoregon.edu

[myDuckID@ln1 ~]$ 



Step-by-step guide to logging in (Windows)

Coming Soon