From e47814f8c515a875cac78a6cd0f2ce10113c5647 Mon Sep 17 00:00:00 2001 From: EXT Soraya Arias <soraya.arias@inria.fr> Date: Fri, 14 Feb 2020 08:49:48 +0100 Subject: [PATCH] Ajout config pour ssh Former-commit-id: 33cdcbe4378edc4f3469deb83f9628e42b0ad9a1 --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb7f172..3b8154a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,17 @@ FIDLE - Formation Introduction au Deep Learning --- S. Arias, E. Maldonado, JL. Parouty - CNRS/SARI/DEVLOG - 2020 +## 0/ SSH et accès aux machines de calcul Gricad +Fichier config à créer sous $HOME/.ssh +``` +ForwardAgent yes + +Host *.ciment +User votre_login +ProxyCommand ssh -q votre_login@access-rr-ciment.imag.fr "nc -w 60 `basename %h .cime +nt` %p" +LocalForward 8888 f-dahu:numerodeport_particulier +``` ## 1/ Environment To run this examples, you need an environment with the following packages : - Python 3.6 @@ -29,4 +40,5 @@ To manage conda environment see [there](https://docs.conda.io/projects/conda/en/ To update an existing environment : ``` conda env update --name=deeplearning2 --file=environment.yml -``` \ No newline at end of file +``` + -- GitLab