matthewfeickert / HEPML-env

A minimal Python3 environment for HEP machine learning with pipenv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add LXPLUS .ssh/config warning #5

Closed matthewfeickert closed 6 years ago

matthewfeickert commented 6 years ago

Add a mention in the README section on setup on different cluster that for LXPLUS it is important to make sure that your ~/.ssh/config is properly configured to work with GitHub. It might need to contain something along the lines of

Host github.com
    IdentityFile ~/.ssh/id_rsa-github
    IdentitiesOnly yes

c.f. CERN OIT Ticket Number INC1738391