Page History
These are the instructions on how to install and configure your Teleport SSH access on Windows 10 and 11 using MobaXterm to connect to ECMWF services such as the Atos HPCF and ECGATE services.
Info |
---|
Check |
...
the following pages if you are using |
...
another Windows method: Teleport SSH Access - Windows Terminal and Powershell configuration |
Table of contents
Table of Contents | ||
---|---|---|
|
Demo
Here is a demonstration on how to set up Teleport to connect to our our Atos HPCF from your terminal on a Windows 10 or 11. You can find the step by step guide described below.
...
We strongly recommend setting up all the SSH options needed for the connection instead of passing them on the command line.
Excerpt | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
C:\Users\yourwindowsuser\ .ssh " directory, go inside. If not, you may create it with clicking on "New Folder".ssh directory, check if there is a file called "config ".
Edit the file
ecmwfusername by your registered ECMWF user and user.address@somewhere.com by your registered email address at ECMWF.
C:\Users\yourwindowsuser\.ssh and with the name "config", including the double quotes.Now you should make the tsh internal directory where SSH certificates are generated visible within MobaXterm running the following command on a MobaXterm local terminal:
|
SSH connection
Once you have configured the appropriate settings, any SSH-based tools such as ssh
, scp
or rsync
should work out of the box without any additional options.
...