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
en:centro:servizos:pasarela_ssh [2017/03/28 09:46] – [Config info] jorge.suarezen:centro:servizos:pasarela_ssh [2023/01/13 17:56] (current) – [Activation] jorge.suarez
Line 2: Line 2:
  
 ===== Description ===== ===== Description =====
-The SSH Gateway allows access to a host inside the CITIUS internal network from the external network. This service is the backup plan when using the [[en:centro:servizos:vpn|VPN]] is not possible.+The SSH Gateway allows access to a host inside the CITIUS internal network from the external network. This service is the backup plan when using the [[en:centro:servizos:vpn:start|VPN]] is not possible.
  
 ===== Activation ===== ===== Activation =====
 +Check in [[https://apps.citius.usc.es/xici/personainternas/edit|Xici permissions]] whether the service //Acceso ext. pasarela SSH// is listed. If the service is listed, you don't need to register.
 +
 You have to register filling the [[https://citius.usc.es/dashboard/enviar-incidencia| requests and problem reporting form]]. This form is only available to CITIUS users. You have to register filling the [[https://citius.usc.es/dashboard/enviar-incidencia| requests and problem reporting form]]. This form is only available to CITIUS users.
  
-To use the gateway you must generate a public and private key pair and include the public key file in the request.  +You must also add a public SSH key in your account, in the [[https://citius.usc.es/me|Account and Permissions section in Xici]]. **Only SSH keys authentication method is enabled**. 
-To do so, execute in a terminal:+ 
 +<note important>The option to add a SSH public key is temporarily unavailable. You must send the key using the [[https://citius.usc.es/dashboard/enviar-incidencia|issues submission form]] to be able to use the service.</note> 
 + 
 +To generate an SSH key, execute in a terminal:
 <code bash>ssh-keygen -t rsa</code> <code bash>ssh-keygen -t rsa</code>
-Introduce a password to protect your keys. This process will generate the files ''~/.ssh/id_rsa'' (the private key) e ''~/.ssh/id_rsa.pub'' (the public key). And then send us this last file attached on the request form.+Introduce a password to protect your keys. This process will generate the files ''~/.ssh/id_rsa'' (the private key) e ''~/.ssh/id_rsa.pub'' (the public key). And then use that last file contents to add the SSH key.
  
 ===== User manual ===== ===== User manual =====
Line 16: Line 21:
 ==== Config info ==== ==== Config info ====
  
-  * Server: ''vpn.citius.usc.es'' (''193.144.83.110'')+  * Server: ''vpn.citius.usc.es'' (''193.144.78.45'')
   * Port: ''22''   * Port: ''22''
   * User: //Your CITIUS username//   * User: //Your CITIUS username//
-  * Password: //The private key password. If you don't remember it the only solution is to create a new pair of keys and send us the public one again.// 
  
 ==== Connection example in GNU/Linux ==== ==== Connection example in GNU/Linux ====