|
|
3 jaren geleden | |
|---|---|---|
| README.md | 3 jaren geleden | |
| ceci_config | 3 jaren geleden | |
| elic_config | 3 jaren geleden | |
| install.sh | 3 jaren geleden | |
| install_ceci.sh | 3 jaren geleden | |
| install_elic.sh | 3 jaren geleden | |
| station_config | 3 jaren geleden |
Troubleshooting for ssh connection
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
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