GIT: Как правильно клонировать реп через ssh?

Делаю так:
sudo git clone sterjakov@88.198.200.92:/home/sterjakov/php-sites/homestaffer.ru/
Password:
Cloning into 'homestaffer.ru'...
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now (man-in-the-middle attack)!
It is also possible that a host key has just been changed.
The fingerprint for the RSA key sent by the remote host is
86:31:68:cc:98:70:58:02:63:e7:37:8a:e3:4c:5f:1f.
Please contact your system administrator.
Add correct host key in /var/root/.ssh/known_hosts to get rid of this message.
Offending RSA key in /var/root/.ssh/known_hosts:2
RSA host key for 88.198.200.92 has changed and you have requested strict checking.
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

В чем дело?

1 ответов


Там все написано. По каким-то причинам изменился fingerprint сервера к которому вы подключаетесь. Если вы уверены в том, что это нормально, можете в файле /var/root/.ssh/known_hosts удалить вторую строку и повторить вызов команды