.png)
Opensshを使用してDigitalOceanのドロップレットに接続してSSL証明書をインストールするにはどうすればよいですか?ドロップレットにSSHキーを追加し、指紋もそこにありますが、ユーザーに接続しようとするたびにssh root@(IP)
このエラーが発生します。
The authenticity of host 'IP (IP)' can't be established. ED25519 key fingerprint is SHA256:Uh6argd...(the rest of fingerprint). This key is not known by any other names Are you sure you want to continue connecting (yes/no/[fingerprint])? yes Warning: Permanently added '46.(IP)' (ED25519) to the list of known hosts. root@46.(IP): Permission denied (publickey).
このコマンドを使用してpbcopy < ~/c/Users/ibrah/.ssh/id_rsa.pub
、キーを削除して再度生成し、キーが登録されていることを確認しました。
私はこの分野では初心者ですが、学ぶ意欲はあります。しかし、この問題の解決には長い時間がかかっており、解決する必要があります。誰かが助けてくれて、具体的に何をすべきか説明してくれるといいのですが。