Open drosofff opened 2 days ago
Hi @drosofff
I tested Galaxy deployment on GCE 6 times since October 28th. Each time I used the option 3 SSH connexion. It always worked without any deconnexion. However, I don't test it with the latest command you request yesterday. Instead, for the last deployment I used:
wget https://raw.githubusercontent.com/ARTbio/AnalyseGenome/refs/heads/ag-2024/GalaxyServer/deploy_galaxy.sh && \
sh deploy_galaxy.sh
In addition, I used the europe-west6-c zone, but I don't think there is an impact of this setting on the SSH connexion. I used Chrome Version 130.0.6723.117 (Build officiel) (arm64) on MacOS Sonoma 14.6.1.
Thanks @slecrom
I tested Galaxy deployment
From where ? I have definitely an issue from home, because when I use a socks proxy in Sorbonne-U or a VPN, no ssh deconnection anymore ! The point is that students will set up their VM from home this time. Thus, there is a risk that they experience the same problem as me, in particular if they have an Orange livebox (I installed a new one a couple of weeks ago)...
If you run
git clone https://github.com/artbio/galaxyXpand -b ag2024 && \
cd galaxyXpand && \
sh scripts/deploy_ag2024.sh
it should be protected against ssh deconnexion now. However, you will need the updated startbio documentation: I have pushed the ag2024 startbio branch in the main so that you have access to it.
I tested the deployment from SU and not from home. I will try from home tonight. However, I haven't found the new URL documentation. Can you tell me where is it located ? Thanks @drosofff
Problem description
When a Google cloud VM is running, there is at least 3 options to ssh it.
2
is my favorite option and3
is the option preferred for AG students since it requires no skill and configuration of a third-party client (Ubuntu terminal, Putty, MacOS terminal)Until 2023, the option
3
used to work smoothly, but in 2024, the ssh browser window is very unstable for me, with frequent deconnections.It looks like there is a problem with a ssh key specifically used for this type of connection to the VM, whose time-out is short and trigger a problem of ssh authentication.
I am currently wondering whether it is a "christophe-specific" issue, due to a new network setting at home, or whether the issue will impact (strongly) the students.
Asking for help
@slecrom could you help me to diagnose on that ?
Your mission, if you accept it, would be to:
3
If you have the same problem as me, you should be kicked out from the ssh window, and the ansible deployment will unfortunately be interrupted 😢