... | ... | @@ -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.
|
|
|
- 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.
|
|
|
- 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
|
|
|
- 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.
|
... | ... | @@ -24,9 +24,8 @@ Host * |
|
|
Host braque
|
|
|
HostName braque.mema.ucl.ac.be
|
|
|
User yourlogin
|
|
|
Host AMPL_MEMA
|
|
|
HostName leech.mema.ucl.ac.be
|
|
|
Port 2223
|
|
|
Host ampl01
|
|
|
HostName 130.104.237.27
|
|
|
User yourlogin
|
|
|
ProxyCommand ssh -q braque nc %h %p $*
|
|
|
```
|
... | ... | |