mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
changed ssh-keys
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Host github.com-xnm1
|
Host github.com-xnm1
|
||||||
HostName github.com
|
HostName github.com
|
||||||
User git
|
User git
|
||||||
IdentityFile ~/.ssh/github
|
IdentityFile ~/.ssh/github_xnm1
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
|
|
||||||
Host github.com-artemplummy
|
Host github.com-artemplummy
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
[user]
|
[user]
|
||||||
email = artem.shv@proton.me
|
email = artem.shv@proton.me
|
||||||
name = xnm
|
name = xnm
|
||||||
signingkey = ~/.ssh/github.pub
|
signingkey = ~/.ssh/github_xnm1.pub
|
||||||
|
|
||||||
[github]
|
[github]
|
||||||
user = "XNM1"
|
user = "XNM1"
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
sshCommand = "ssh -i ~/.ssh/github"
|
sshCommand = "ssh -i ~/.ssh/github_xnm1"
|
||||||
|
Reference in New Issue
Block a user