... | @@ -10,7 +10,7 @@ Summary : |
... | @@ -10,7 +10,7 @@ Summary : |
|
This section describes the use of mobaxterm, if you are familiar with other ssh tools (like putty and winscp) you can use them. It is also possible to enable the "linux subsystem" of windows 10 and follow the "from macOS or linux" section.
|
|
This section describes the use of mobaxterm, if you are familiar with other ssh tools (like putty and winscp) you can use them. It is also possible to enable the "linux subsystem" of windows 10 and follow the "from macOS or linux" section.
|
|
- download and install mobaxterm home edition : https://mobaxterm.mobatek.net/download-home-edition.html
|
|
- download and install mobaxterm home edition : https://mobaxterm.mobatek.net/download-home-edition.html
|
|
- create a new session using the menu "sessions->new session" then choose the "ssh" session type.
|
|
- create a new session using the menu "sessions->new session" then choose the "ssh" session type.
|
|
- set "remote host" to "leech.mema.ucl.ac.be", tick "specify username" and type your login. set the port to "2223"
|
|
- set "remote host" to "130.104.237.27", tick "specify username" and type your login.
|
|
- select the "Network settings tab" and tick the "Connect through SSH gateway" option. In "Geteway SSH server", put "braque.mema.ucl.ac.be" and put your login in the "User" field
|
|
- select the "Network settings tab" and tick the "Connect through SSH gateway" option. In "Geteway SSH server", put "braque.mema.ucl.ac.be" and put your login in the "User" field
|
|
- click on "OK", enter your password two times and you are done.
|
|
- click on "OK", enter your password two times and you are done.
|
|
- next time, to re-open a new session, just double-click on the "leech" session in the left panel.
|
|
- next time, to re-open a new session, just double-click on the "leech" session in the left panel.
|
... | @@ -24,9 +24,8 @@ Host * |
... | @@ -24,9 +24,8 @@ Host * |
|
Host braque
|
|
Host braque
|
|
HostName braque.mema.ucl.ac.be
|
|
HostName braque.mema.ucl.ac.be
|
|
User yourlogin
|
|
User yourlogin
|
|
Host AMPL_MEMA
|
|
Host ampl01
|
|
HostName leech.mema.ucl.ac.be
|
|
HostName 130.104.237.27
|
|
Port 2223
|
|
|
|
User yourlogin
|
|
User yourlogin
|
|
ProxyCommand ssh -q braque nc %h %p $*
|
|
ProxyCommand ssh -q braque nc %h %p $*
|
|
```
|
|
```
|
... | | ... | |