diff --git a/.config/ssh/config b/.config/ssh/config new file mode 100644 index 0000000..cdf9ab3 --- /dev/null +++ b/.config/ssh/config @@ -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 diff --git a/.gitignore b/.gitignore index 8586e61..65e04fc 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,7 @@ # Include config !.config/ + + +# Include ssh Symlink +!.ssh diff --git a/.ssh b/.ssh new file mode 120000 index 0000000..b268541 --- /dev/null +++ b/.ssh @@ -0,0 +1 @@ +./.config/ssh \ No newline at end of file