Tips and Tricks for ELIC

Pierre-Yves Barriat fe1d61458a Update 'README.md' hace 8 años
sshpass 6c15b61116 Add everything hace 8 años
README.md fe1d61458a Update 'README.md' hace 8 años
install.sh 6c15b61116 Add everything hace 8 años
ssh_config 6c15b61116 Add everything hace 8 años

README.md

SSH_connection

Troubleshooting for ssh connection

Install

First, clone the TECLIM/SSH_connection repository. For instance:

git clone ssh://git@www.climate.be:3022/TECLIM/SSH_connection.git

Then, go to the repository, open & adapt the install.sh script: you must change the password! You can also change the machine name.

And run it:

cd SSH_connection
./install.sh

Now you can add your identity on a remote machine with:

ssh-copy-id -i ~/.ssh/id_rsa.pub remote_machine

Usage

A few examples:

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

# from outside
ssh ozone%gwelic
ssh lemaitre2%gwcism
rsync -av my_folder ozone%gwelic:~
git clone ssh://regit/TECLIM/Git_Training

Contributors