seikin123
@seikin123 (吉田 大希)

Are you sure you want to delete the question?

Leaving a resolved question undeleted may help others!

Permission denied (publickey,gssapi-keyex,gssapi-with-mic).を解決したいです

Q&A

Closed

解決したいこと

SSH接続を試みているのですが、下記エラーが出てしまいできておりません。

Warning: Permanently added 'Host名' (RSA) to the list of known hosts.
Host名: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).

バージョン

OpenSSH_9.0p1, LibreSSL 3.3.6
※ローカルPCで公開鍵と秘密鍵のペアは作成し、ローカルの、.ssh/configで秘密鍵を設定
接続するサーバー側には公開鍵を設定してあります。

発生している問題・エラー

再現手順

ssh Host名

The authenticity of host 'Host名 (IPアドレス)' can't be established.
RSA key fingerprint is SHA256:(暗号化).
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])?


yes

Warning: Permanently added 'Host名' (RSA) to the list of known hosts.
Host名: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).

ssh -vv Host名

debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
debug2: we did not send a packet, disable method
debug1: No more authentication methods to try.
Host名: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).

自分で試したこと

下記の記事を試してみましたが、解決することができませんでした。
また、ファイル指定などは間違っていませんでした。
解決方法をご教示願いたいです。

1

1Answer

Permission denied の通りの原因です。

今度からセットアップのマニュアルは同ディストリビューターと同じものを選択しましょう。

1Like

Your answer might help someone💌