LoginSignup
10
12

More than 5 years have passed since last update.

GitBucketにssh接続しようとして詰まったのでメモ

Last updated at Posted at 2015-10-06

GitBucketの公開鍵追加画面で[key is invalid]

アプリケーションサーバ再起動

Bad owner or permissions on /home/user/.ssh/config

chmod 600 key

Permission denied (publickey).

GithubでSSH通信した時に「Permission denied (publickey).」が発生した時の対処方法。

ssh-addでエラー

ssh-addしようとしたらCould not open a connection to your authentication agentと出てきて困った

接続テスト

ssh -i [GitBucket Private Key] -vT -p [GitBucket SSH Port] [GitBucket User]@[GitBucket Host]

その他参考

gitにsshで接続(ポートと秘密鍵を指定)
httpsでのgit cloneをやめてssh over https portでcloneした話

先人様に感謝です

10
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
12