質問編集履歴

1

ssh-copy-idの結果を追記

2024/10/05 17:37

投稿

falifa
falifa

スコア8

test CHANGED
File without changes
test CHANGED
@@ -36,4 +36,9 @@
36
36
  SSH接続するには認証用の公開鍵を作成することが必要で、接続先にauthorized_keysが確認できれば可能であると思ったのですがうまくいきません。
37
37
 
38
38
  ### 補足
39
- 特にな
39
+ ターミナル上から対象インスタンスへssh-copy-idを試てみましたが2つインスタンスとも以下の内容が出てしまいました。
40
+ ssh-copy-id -i ~/.ssh/id_rsa.pub root@インスタンス①のパブリックIP
41
+ /usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "~/.ssh/id_rsa.pub"
42
+ /usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed
43
+ /usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are prompted now it is to install the new keys
44
+ root@インスタンス①のパブリックIP: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).