OpenNetworkingFoundation / DELTA

PROJECT DELTA: SDN SECURITY EVALUATION FRAMEWORK
221 stars 76 forks source link

ssh-copy-id -i ~/.ssh/id_rsa.pub $DELTA_APP -> Error #23

Open e619003 opened 7 years ago

e619003 commented 7 years ago

Hi,

I have some question when I try to install this system, The Steps before Configuring your own experiments are successfully, but when in Configuring your own experiments step, I meet some problems, the error message is shown as follow,

=============================================================================== ubuntu@ubuntu-PowerEdge-R730:~/DELTA$ ssh-copy-id -i ~/.ssh/id_rsa.pub $DELTA_APP /usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed

/usr/bin/ssh-copy-id: ERROR: command-line: line 0: Bad configuration option: IdentitiesOnly

ubuntu@ubuntu-PowerEdge-R730:~/DELTA$

===============================================================================

I want ask how to solve this problem,

thank you.

toghrulrr commented 6 years ago

Hi, try doing this: ssh-copy-id -i ~/.ssh/id_rsa.pub $DELTA_APP -oIdentitiesOnly=no