Commit 65d7bceb authored by Renán Sosa Guillen's avatar Renán Sosa Guillen

README

parent bb414682
* populate_products_l1c.py and populate_products_l2a.py use python ssh paramiko library.
```bash
$ pip install paramiko
```
* it's also necessary to configure SSH key-based authentication in order to connect without password.
```bash
$ ssh-keygen
$ ssh-copy-id user@remote-server-ip
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment