Windows XP Proを使っています。pscp.exeを使ってSSHでファイルをgetするバッチを作っています。
しかし、マシンが変わる度に、「The server's host key is not cached in the registry. You have no guarantee that the server is the computer you think it is.」と確認のメッセージが出力し、yかnを入力しないと次へ進めない状態です。
Windows XP Proを使っています。pscp.exeを使ってSSHでファイルをgetするバッチを作っています。
しかし、マシンが変わる度に、
---
The server's host key is not cached in the registry. You
have no guarantee that the server is the computer you
think it is.
The server's rsa2 key fingerprint is:
ssh-rsa 2048 <省略>
If you trust this host, enter "y" to add the key to
PuTTY's cache and carry on connecting.
If you want to carry on connecting just once, without
adding the key to the cache, enter "n".
If you do not trust this host, press Return to abandon the
connection.
Store key in cache? (y/n) Connection abandoned.
---
と確認のメッセージが出力し、yかnを入力しないと次へ進めない状態です。
yでもnでもいいので、自動で処理を進めるような事(オプションですか??)はできないのでしょうか?
ご存知の方、ご教授ください。
お礼
ありがとうございます。 そもそも論を言われると、おっしゃる通りですとしか言えません。 セキュアと利便性は反比例するのでしょう。 スクリプトですね。これで暫定運用してみたいと思います。そもそも…の話もありますので、将来的にはやはり自動化というより人手をかけて処理したいと思います。 ありがとうございました。