Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
feat(ssh): add ssh config
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Mar 29, 2021
1 parent b9df24a commit c2e1f16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ssh/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Host github.com
Hostname ssh.github.com
Port 443

IdentityFile ~/.ssh/id_rsa

0 comments on commit c2e1f16

Please sign in to comment.