SSH and Git Config

This commit is contained in:
Snoweuph 2024-05-14 00:09:14 +02:00
parent b753b629d5
commit a450a92fbc
Signed by: Snoweuph
GPG key ID: A494330694B208EF
3 changed files with 16 additions and 0 deletions

11
.config/ssh/config Normal file
View file

@ -0,0 +1,11 @@
Host git.euph.dev
User git
HostName git.euph.dev
PreferredAuthentications publickey
IdentityFile ~/.ssh/gitea-snoweuph
Host github.com
User git
HostName github.com
PreferredAuthentications publickey
IdentityFile ~/.ssh/github-snoweuph

4
.gitignore vendored
View file

@ -12,3 +12,7 @@
# Include config # Include config
!.config/ !.config/
# Include ssh Symlink
!.ssh

1
.ssh Symbolic link
View file

@ -0,0 +1 @@
./.config/ssh