Tips and Tricks for ELIC

Pierre-Yves Barriat 6c15b61116 Add everything 8 lat temu
sshpass 6c15b61116 Add everything 8 lat temu
README.md 6c15b61116 Add everything 8 lat temu
install.sh 6c15b61116 Add everything 8 lat temu
ssh_config 6c15b61116 Add everything 8 lat temu

README.md

SSH_connection

Troubleshooting for ssh connection

Usage

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

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

Now, 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

Hints

Add your identity on a remote machine:

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

Contributors