困っていること
以下のコマンドをdaemonユーザで実行すると
rsync -p /tmp/test.txt root@接続先ipアドレス:/tmp/
下記エラーになります。
Host key verification failed. rsync: connection unexpectedly closed (0 bytes received so far) [sender] rsync error: unexplained error (code 255) at io.c(600) [sender=3.0.6]
試したことは以下4つです
1.接続元の/home/daemon/.ssh/known_hostsで、以下のコマンド実施
ssh-keygen -R 接続先ipアドレス
2.接続先の/root/.ssh/authorized_keysに接続元のdaemoユーザの公開鍵登録
3.「ssh root@接続先ipアドレス」を実行すると下記エラー
Pseudo-terminal will not be allocated because stdin is not a terminal.
Host key verification failed.
4.「ssh -t root@接続先ipアドレス」を実行しても3と同様のエラー
解決策ご存知の方、教えてください。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。