Log in to Anunna: Difference between revisions

From HPCwiki
Jump to navigation Jump to search
Line 6: Line 6:


== Log on to worker nodes ==
== Log on to worker nodes ==
Once logged into the nfs server, it is then possible to log on to any of the worker nodes.
<source lang='bash'>
ssh [user name]@[node name]
</source>


== File transfer using ssh-based file transfer protocols ==
== File transfer using ssh-based file transfer protocols ==

Revision as of 20:05, 23 November 2013

Log on using ssh

One can log into the B4F cluster (more specifically the nfs server) using ssh. The address of the nfs server is:

 nfs01.hpcagrogenomics.wur.nl

To log on one has to use an ssh (secure shell) client. Such client systems are always available from Linux or MacOS systems. For Window an ssh-client may need to be installed. The most popular ssh-client for Windows is Putty.

Log on to worker nodes

Once logged into the nfs server, it is then possible to log on to any of the worker nodes.

<source lang='bash'> ssh [user name]@[node name] </source>

File transfer using ssh-based file transfer protocols

scp

rsync

winSCP

FileZilla

See also

External links