User Tools

Site Tools


access

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
access [2025/05/14 13:58] – [Connecting using Windows] cmorinaccess [2025/05/14 14:07] (current) cmorin
Line 9: Line 9:
  
 ===== Connecting using Linux/Unix/MacOS ===== ===== Connecting using Linux/Unix/MacOS =====
- 
-==== Step 1: Connect to the host ==== 
  
 On a Linux/Unix host, the SSH connection to the airlock can be done with the command:   On a Linux/Unix host, the SSH connection to the airlock can be done with the command:  
 <code> <code>
-you@yourpc:~$ ssh -X -v [-i path/to/the/key] [-p PORT] username@gw.cortexlab.fr+you@yourpc:~$ ssh username@gw.cortexlab.fr
 </code> </code>
      
-Options:  +Additional options:  
  **-X** is used for X forwarding (It's probably already running but you may need to execute xhost+ on your own machine)    **-X** is used for X forwarding (It's probably already running but you may need to execute xhost+ on your own machine)  
- **-v** is used for verbose mode + **-v** is used for verbose mode   
- **-p** is used to specify the port through which the SSH connection is opened (22 or 2269)  + **-p** is used to specify the port through which the SSH connection is opened (Default is 222269 is possible  
- **-i** is used to specify the path to the RSA key if it is not the default one (~/.ssh/id_rsa[.pub]) + **-i** is used to specify the path to the SSH RSA key if it is not the default one (~/.ssh/id_rsa[.pub])  
-   +
-==== Step 2: Profit ====+
  
-Now you can jump directly to the [last section](https://wiki.cortexlab.fr/doku.php?id=access&#once_connected) of this page.+===== Connecting using Windows =====
  
 +On modern windows versions (10 and above), an openSSH implementations should be directly available, thus allowing the same connection method as with Linux and MacOS:
  
-===== Connecting using Windows ===== +<code> 
- +you@yourpc:~$ ssh username@gw.cortexlab.fr 
-On modern windows versions (10 and above), an openSSH implementations should be directly available, thus allowing the same connection method as with Linux and MacOS+</code>
  
 If, for some reason it is not available, you will need to use an external program, such as [[Putty|Putty]] If, for some reason it is not available, you will need to use an external program, such as [[Putty|Putty]]
access.1747223920.txt.gz · Last modified: 2025/05/14 13:58 by cmorin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki