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
|
||||
HostName github.com
|
||||
User git
|
||||
IdentityFile ~/.ssh/github
|
||||
IdentityFile ~/.ssh/github_xnm1
|
||||
AddKeysToAgent yes
|
||||
|
||||
Host github.com-artemplummy
|
||||
|
@@ -1,10 +1,10 @@
|
||||
[user]
|
||||
email = artem.shv@proton.me
|
||||
name = xnm
|
||||
signingkey = ~/.ssh/github.pub
|
||||
signingkey = ~/.ssh/github_xnm1.pub
|
||||
|
||||
[github]
|
||||
user = "XNM1"
|
||||
|
||||
[core]
|
||||
sshCommand = "ssh -i ~/.ssh/github"
|
||||
sshCommand = "ssh -i ~/.ssh/github_xnm1"
|
||||
|
Reference in New Issue
Block a user