feat(ssh): update SSH configuration and add new identity files

This commit is contained in:
Dmitry
2026-03-16 17:25:44 +03:00
parent 9e6122fcfa
commit 2dfbdef85f
12 changed files with 20 additions and 19 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
Host devel.mephi.ru
HostName devel.mephi.ru
IdentityFile ~/.ssh/id_ed25519
IdentityFile ~/.ssh/keys/ada-pc.pub
KexAlgorithms +curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
Host github.com
HostName github.com
User git
IdentityFile ~/.ssh/id_ed25519
IdentityFile ~/.ssh/keys/ada-pc.pub