User Tools

Site Tools


hpc:access_the_hpc_clusters

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hpc:access_the_hpc_clusters [2024/02/28 11:41]
Adrien Albert [ssh key]
hpc:access_the_hpc_clusters [2024/03/01 10:23] (current)
Adrien Albert [SSH tunnel and socks proxy]
Line 271: Line 271:
 </code> </code>
  
-**4.** copy your  public in the authorized_key_file by running (Make sure to do it for all cluster): 
-<code> 
-[alberta@localhost .ssh]$ ssh-copy-id -f login2.baobab.hpc.unige.ch 
-/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "/home/alberta/.ssh/id_rsa.pub" 
- 
-Number of key(s) added: 1 
- 
-Now try logging into the machine, with:   "ssh 'login2.baobab.hpc.unige.ch'" 
-and check to make sure that only the key(s) you wanted were added. 
-<code> 
- 
-I check and my authorized key files on clusters contains my last key (and others) 
- 
-**5.** Alloc a test job and open a new tab on your local machine and try to connect on the allocated node:  
- 
-:warning: Make sure your test is on Baobab cluster 
  
 +**4.** Alloc a test job and open a new tab on your local machine and try to connect on the allocated node: 
  
-On baobab:+**On baobab:**
 <code> <code>
 (baobab)-[alberta@login2 ~]$ salloc --time=00:05:00 (baobab)-[alberta@login2 ~]$ salloc --time=00:05:00
Line 300: Line 285:
 </code> </code>
  
-At the same time On your local machine:+At the same time On your local machine, connect to the compute with selecting the right ssh config file (For this example: Baobab):
 ( My first test was on cpu026 this is the message a i got) ( My first test was on cpu026 this is the message a i got)
  
  
 <code> <code>
-[alberta@localhost .ssh]$ ssh cpu026+[alberta@localhost .ssh]$ ssh -F .ssh/config_baobab cpu026
 The authenticity of host 'cpu026 (<no hostip for proxy command>)' can't be established. The authenticity of host 'cpu026 (<no hostip for proxy command>)' can't be established.
 RSA key fingerprint is SHA256:tKqp4nljL+EGVKl8T0VF2nS36DkHVFMpLxQOPg/gKvg. RSA key fingerprint is SHA256:tKqp4nljL+EGVKl8T0VF2nS36DkHVFMpLxQOPg/gKvg.
Line 320: Line 305:
  
 <code> <code>
-[alberta@localhost ~]$ ssh cpu001+[alberta@localhost ~]$ ssh -F .ssh/config_baobab cpu001
 Last login: Mon Oct 23 16:43:34 2023 Last login: Mon Oct 23 16:43:34 2023
 Installed: Thu Aug 17 14:28:26 CEST 2023 Installed: Thu Aug 17 14:28:26 CEST 2023
hpc/access_the_hpc_clusters.1709116883.txt.gz · Last modified: 2024/02/28 11:41 by Adrien Albert