Difference between revisions of "Login"

From HPC users
Jump to navigationJump to search
Line 1: Line 1:
== Intranet ==
== Intranet ==


If you want to connect to the cluster from a windows computer, you can use your favorite ssh client (PuTTY, OpenSSH). The following screenshots will show "PuTTY".
If you want to connect to the cluster from a windows computer, you can use your favorite ssh client (PuTTY, OpenSSH) on Windows-Computers or the command line on Linux-computers.  


=== Connect to CARL/EDDY ===
=== Connect to CARL/EDDY using PuTTY ===


Enter the url "carl.hpc.uni-oldenburg.de" under the field "Host Name (or IP adress)":
Enter the url "carl.hpc.uni-oldenburg.de" under the field "Host Name (or IP adress)":
Line 18: Line 18:


If you want to connect to EDDY, simply replace "carl" with "eddy"(-> eddy.hpc.uni.oldenburg.de)
If you want to connect to EDDY, simply replace "carl" with "eddy"(-> eddy.hpc.uni.oldenburg.de)
=== Connect to CARL/EDDY using the command line ===
Users of CARL can connect by typing:
ssh abcd1234@carl.hpc.uni-oldenburg.de
Similarly, users of EDDY login by typing:
ssh abcd1234@eddy.hpc.uni-oldenburg.de


== Internet ==
== Internet ==

Revision as of 11:16, 10 February 2017

Intranet

If you want to connect to the cluster from a windows computer, you can use your favorite ssh client (PuTTY, OpenSSH) on Windows-Computers or the command line on Linux-computers.

Connect to CARL/EDDY using PuTTY

Enter the url "carl.hpc.uni-oldenburg.de" under the field "Host Name (or IP adress)":

PuTTY

Make sure the Port is set to "22" and the connection type is "SSH". Confirm by pressing the button "Open".

A new windows will popup and you have to type in your username (e.g. "abcd1234):

PuTTY

After you confirmed by pressing ENTER, you will be asked for your password. Type it in and confirm with ENTER again. You are now connected to the cluster.

If you want to connect to EDDY, simply replace "carl" with "eddy"(-> eddy.hpc.uni.oldenburg.de)

Connect to CARL/EDDY using the command line

Users of CARL can connect by typing:

ssh abcd1234@carl.hpc.uni-oldenburg.de

Similarly, users of EDDY login by typing:

ssh abcd1234@eddy.hpc.uni-oldenburg.de

Internet