# github ssh設定 ###### tags: `github` `git` 1. ssh共通鍵作成 ```shell= ssh-keygen -t ed25519 -C "github-email" -f ~/.ssh/your_key_name ``` 2. 鍵追加(PC) ```shell= ssh-add ~/.ssh/<file_name> ``` 3. 鍵の公開鍵をgithubのユーザー設定で追加 4. 接続認証 ```shell= ssh -T git@github.com ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up