This is a collaborative space. In order to contribute, send an email to maximilien.chaumon@icm-institute.org
On any page, type the letter L on your keyboard to add a "Label" to the page, which will make search easier.
Problem encountered when connecting via SSH to a UI remote server
Description of the problem
To run an App, it’s best to have your own resource (see How to register a resource on Brainlife). The first step to set up you resource is to connect to a remote server of the UI ( carbonate
, bigred3
, …).
To connect to the remote system you have to use ssh
. When you first try to connect via ssh
, you will be asked for your password and then you will be able to copy your public key to your account on the remote system.
To connect via ssh
, I write:
$ ssh abussalb@carbonate.uits.iu.edu
but after 2 minutes, I get this error:
ssh: connect to host carbonate.uits.iu.edu port 22: Connection timed out
Meeting with Soichi
Date: Mar 22, 2021
To explain that issue, there are several hypothesis:
The version of my OS is the problem
→ Soichi created a virtual machine with my OS and ssh
versions and he can connect to the remote system
2. Maybe there is a firewall set up by ICM that prevents me to connect to a computer hosted outside the lab (an egress firewall)
→ ask the IT team at the ICM
3. Maybe there is a firewall internal to my computer
→ ask the IT team at the ICM
4. Try to connect to the remote via my Windows machine
From my Windows machine, when I enable the VPN, I can connect to my remote computer at work via ssh
, and it works fine. So, Soichi asked me to enable my VPN and then connect to the remote.
So, in my command prompt, I run:
ssh abussalb@carbonate.uits.iu.edu
and I was asked for my password, so the problem seems to be the firewall, and it was confirmed by Laurent H.
Besides, when I tried to connect to a remote machine outside ICM from my Windows computer while being connected to the WiFi of the lab, I couldn’t connect either.
You have to request to the IT team the access for carbonate.iuts.iu.edu
, red
, bigred3
, and gpu1-pestillilab.psych.indiana.edu
.