fix(ssh): update user and host configurations in SSH config files

This commit is contained in:
Dmitry
2026-03-02 14:29:45 +03:00
parent 296a6985b1
commit 0ceda06553
2 changed files with 15 additions and 9 deletions
+5
View File
@@ -7,3 +7,8 @@ Host github.com
HostName github.com
User git
IdentityFile ~/.ssh/id_ed25519
Host git.ada-dev.ru
HostName git.ada-dev.ru
User git
IdentityFile ~/.ssh/id_ed25519