2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ANSYSで "Host key verification failed" が出たときの対処方法

2
Posted at

経緯

ANSYS Fluentで "Host key verification failed." とエラーがでで、マルチノードの計算ができない。
known_hostsを作り直してもだめだった。

対処方法

下記のようにユーザアカウントで ~/.ssh/config を作成or編集し、下記2行を追加する

command
vi ~/.ssh/config
edit
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null

参考

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?