BitbucketにSSLを設定
公開鍵と秘密鍵作成
C:\Users\user>cd .ssh
C:\Users\user\.ssh>ssh-keygen -t rsa -f bitbucket_rsa
Generating public/private rsa key pair.
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in bitbucket_rsa.
Your public key has been saved in bitbucket_rsa.pub.
The key fingerprint is:
SHA256:mf5kCqzGZlZuabOMzpnBXF9xDdQQbiVFtmU//tJqIUg user@pc000009
The key's randomart image is:
+---[RSA 3072]----+
| .**= o|
| . *.+.|
| . + o..|
| oE+ . .|
| . S... . |
| o o.o .. . ...|
| .+oo.o o ...o|
| .*B*. = .o |
| *Booo. . .. |
+----[SHA256]-----+
C:\Users\user\.ssh>dir
Volume in drive C is Windows
Volume Serial Number is 4C90-4080
Directory of C:\Users\user\.ssh
2022/04/14 17:46 <DIR> .
2022/04/14 17:46 <DIR> ..
2022/04/14 17:46 2,655 bitbucket_rsa
2022/04/14 17:46 577 bitbucket_rsa.pub
2 File(s) 3,407 bytes
2 Dir(s) 184,869,859,328 bytes free
C:\Users\user\.ssh>
labelは何でもよく識別できる名前をつける
id_rsa.pub 公開鍵のデータをkeyに貼り付ける
id_rsa 秘密鍵を「SSHキーファイルを選択する」
参考リンク先
BitbucketでSSHキーの認証を設定する方法解説
https://support.atlassian.com/ja/bitbucket-cloud/docs/set-up-an-ssh-key/
ubuntuのsshdを鍵認証にしてLinuxとwindowsからログインできるようにする
【Ubuntu】公開鍵認証によるSSH接続の設定(公開鍵・秘密鍵の作成)
システム全体の設定は /etc/ssh/ssh_config
に設定
https://s10i.me/whitenote/post/42
https://www2.metro-cit.ac.jp/~hkob/2019/04/26/windowssetting.html
https://www.karakaram.com/windows-git-source-tree/
参考
BitbucketにSSH認証鍵を設定する
https://qiita.com/0084ken/items/e763c85054a5a1e2cc6c