XseverにSSH接続で環境構築していますが、以下のエラーが発生しています。
依頼内容は2つです。
このエラーを解消していただきたいです。
●1.SourceTreeでプッシュ実行時エラー
エラー内容:
git -c diff.mnemonicprefix=false -c core.quotepath=false --no-optional-locks push -v --set-upstream origin master:master
Pushing to ssh://サーバー名:10022/home/ユーザ名/git/test.git/
サーバー名: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.