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 revisionBoth sides next revision
access [2018/10/24 11:55] lcardosoaccess [2018/10/24 11:56] – [Connecting using MacOS] lcardoso
Line 86: Line 86:
      
 <code> <code>
-you@yourpc:~$ ssh -X -v [-i path/to/the/key] -p 2269 username@gw.cortexlab.fr+you@yourpc:~$ ssh -X -v [-i path/to/the/key] [-p PORT] username@gw.cortexlab.fr
 </code> </code>
      
Line 92: Line 92:
  **-X** is used for X forwarding (do not forget to execute xhost+ on your own machine)    **-X** is used for X forwarding (do not forget 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  + **-p** is used to specify the port through which the SSH connection is opened (22 or 2269) 
  **-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 RSA key if it is not the default one (~/.ssh/id_rsa[.pub])  
  
access.txt · Last modified: 2018/10/24 11:57 by lcardoso

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki