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

View File

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