User Tools

Site Tools


guides:ssh-gateway

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
Next revision Both sides next revision
guides:ssh-gateway [05.12.2019 12:07]
Juha Kekäläinen
guides:ssh-gateway [09.12.2019 15:02]
Juha Kekäläinen
Line 1: Line 1:
 # Setting up SSH-gateway # Setting up SSH-gateway
  
-UEF SSH Gateway server can be used to connect various servers that are located within the university network. Authentication is done with the UEF credentials.+UEF SSH Gateway server can be used to connect various servers that are located within the university network. Authentication is done with the UEF credentials. Replace the <backend server> with your target server address.
  
 ^SSH-Connection ^Command^ ^SSH-Connection ^Command^
Line 17: Line 17:
 ``` ```
  
-^X-Forwarding^Command^ +After you have created the configuration file you can directly connect to the <backend server>  
-|Localpc|**ssh -t -A -X <uefad>@sshgw.uef.fi ssh -Y <backend server>**| +^SSH-Connection ^Command^ 
-^SSHFS ^Command^ +|Connect|**ssh <uefad>@<backend server>**| 
-|Localpc|**sshfs <uefad>@sshgw.uef.fi:/path local_directory**| +|Download a file|**scp <uefad>@<backend server>:/path/to/file local/file/system**| 
-|Unmounting| +|Upload a directory|**scp -r local/directory <uefad>@<backend server>:/path/to/destination**| 
-|Localpc|**fusermount -u homedir**|+
guides/ssh-gateway.txt · Last modified: 31.05.2022 11:09 by Administrator