SSH and Git Config
This commit is contained in:
parent
b753b629d5
commit
a450a92fbc
3 changed files with 16 additions and 0 deletions
11
.config/ssh/config
Normal file
11
.config/ssh/config
Normal 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
4
.gitignore
vendored
|
@ -12,3 +12,7 @@
|
||||||
|
|
||||||
# Include config
|
# Include config
|
||||||
!.config/
|
!.config/
|
||||||
|
|
||||||
|
|
||||||
|
# Include ssh Symlink
|
||||||
|
!.ssh
|
||||||
|
|
1
.ssh
Symbolic link
1
.ssh
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
./.config/ssh
|
Loading…
Reference in a new issue