1
0
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:
xnm
2024-02-21 10:29:38 +02:00
parent 0797ee07e0
commit 0d072feb00
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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"