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 Both sides next revision
guides:ssh-gateway [04.12.2019 16:35]
Juha Kekäläinen
guides:ssh-gateway [05.12.2019 12:04]
Juha Kekäläinen
Line 3: Line 3:
 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.
  
-## SSH-connection +^SSH-Connection ^Command^
- +
-^at prompt ^Command^+
 |Localpc|**ssh <uefad>@sshgw.uef.fi**| |Localpc|**ssh <uefad>@sshgw.uef.fi**|
 |sshgw|**ssh <backend server>**| |sshgw|**ssh <backend server>**|
 | |or with the one command| | |or with the one command|
 |Localpc|**ssh -t <uefad>@sshgw.uef.fi ssh <backend server>**| |Localpc|**ssh -t <uefad>@sshgw.uef.fi ssh <backend server>**|
- +^X-Forwarding^Command^ 
-## sshfs +|Localpc|**ssh -t -A -X <uefad>@sshgw.uef.fi ssh -Y <backend server>**| 
-^at prompt ^Command^ +^SSHFS ^Command^ 
-|Localpc|**sshfs <uefad>@sshgw.uef.fi:/path homedir -o PubKeyauthentication=no**|+|Localpc|**sshfs <uefad>@sshgw.uef.fi:/path local_directory**|
 | |Unmounting| | |Unmounting|
 |Localpc|**fusermount -u homedir**| |Localpc|**fusermount -u homedir**|
guides/ssh-gateway.txt · Last modified: 31.05.2022 11:09 by Administrator