Open jcohenadad opened 3 years ago
I need to get data on abbey, and i am already listed as a used in our internal git server, so i follows the instructions in the doc and did this:
abbey
ssh-keygen
ssh git@data.neuro.polymtl.ca keys add abbey.neuro.polymtl.ca
FATAL: invalid key abbey.neuro.polymtl.ca
from https://github.com/neuropoly/data-management/blob/master/internal-server.md#add-extra-devices you should be saying keys add @abbey; the error here is because the periods aren't allowed, either.
keys add @abbey
I need to get data on
abbey
, and i am already listed as a used in our internal git server, so i follows the instructions in the doc and did this:abbey
, I ran:ssh-keygen
ssh git@data.neuro.polymtl.ca keys add abbey.neuro.polymtl.ca
, and got the following error: