Armadilloフォーラム

インストールディスク使用後、Armadilloへのファイル転送ができない

kdhiro

2021年5月12日 14時40分

すみません・・・。
Armadillo-640をインストールディスクを使用して復旧させたのですが、
インストールディスクを使用する前までは、ATDEとArmadillo-640間で
ファイルの転送(SSH)できていたのですが、ATDEからArmadillo-640へ
の転送ができなくなってしまいました・・・。

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ 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 ECDSA key sent by the remote host is
~(fingerprint)省略~
Add correct host key in /home/atmark/.ssh/known_hosts to get rid of this message.
Offending ECDSA key in /home/atmark/.ssh/known_hosts:2
remove with:
ssh-keygen -f "/home/atmark/.ssh/known_hosts" -R XXX.XXX.XX.X
ECDSA host key for XXX.XXX.XX.X has changed and you have requested strict checking.
Host key verification failed.
lost connection

コメント

at_makoto.sato

2021年5月12日 15時17分

佐藤です。

> ssh-keygen -f "/home/atmark/.ssh/known_hosts" -R XXX.XXX.XX.X
表示されてる上記のコマンドを実行してみてください。

at_kojiro.yamada

2021年5月12日 15時18分

> remove with:
> ssh-keygen -f "/home/atmark/.ssh/known_hosts" -R XXX.XXX.XX.X

とログに出ているとおり、上記コマンドをそのまま実行すれば転送できるようになるはずです。

kdhiro

2021年5月12日 15時33分

ありがとうございます!解決できました!