These are the instructions on how to install and configure your Teleport SSH access on Windows 10 and 11 using the Windows Subsystem for Linux (WSL) to connect to ECMWF services such as the Atos HPCF and ECS services.
Since WSL is essentially a Linux Operating System, you may follow the same instructions as Teleport SSH Access - Linux configuration.
Check the following pages if you are using another Windows method:
Teleport SSH Access - Windows Terminal and Powershell configuration
1 Comment
Zafiris Galanopoulos
If you're getting "Certificates not found or not valid anymore" when you run tsh login, and no browser window comes up to enter your OTP, then teleport might be struggling with binding to the correct IP address on your machine. You can run :
ip addr
(you may have to run a different command depending on your distro; this works on debian based ones) to find the allocated address you want to use, then:
tsh login --bind addr IP_ADDRESS:PORT
replacing IP_ADDRESS with the IP address you want to use from the first step and PORT with 3080.