Tips and Tricks for ELIC

Pierre-Yves Barriat d3062f9d02 Update 'ceci_config' 3 tahun lalu
README.md eaeefe9291 New installer 3 tahun lalu
ceci_config d3062f9d02 Update 'ceci_config' 3 tahun lalu
elic_config eaeefe9291 New installer 3 tahun lalu
install.sh eaeefe9291 New installer 3 tahun lalu
install_ceci.sh eaeefe9291 New installer 3 tahun lalu
install_elic.sh eaeefe9291 New installer 3 tahun lalu
station_config eaeefe9291 New installer 3 tahun lalu

README.md

SSH_connection

Troubleshooting for ssh connection

Install

First, clone the TECLIM/SSH_connection repository:

git clone https://gogs.elic.ucl.ac.be/TECLIM/SSH_connection.git

And now:

cd SSH_connection
./install.sh

Usage

A few examples:

# from local elic network
ssh coriolis
rsync -av my_folder coriolis:~
git clone ssh://gogs/TECLIM/Git_Training

# from outside
ssh coriolis%gwelic
ssh lemaitre3%gwcism
rsync -av my_folder coriolis%gwelic:~
git clone ssh://gogs/TECLIM/Git_Training

Contributors