feat(ssh): remove IdentityFile entries from corporate SSH config

This commit is contained in:
Dmitry
2026-03-16 17:26:35 +03:00
parent 2dfbdef85f
commit 162dc556e7
-2
View File
@@ -1,9 +1,7 @@
Host devel.mephi.ru Host devel.mephi.ru
HostName devel.mephi.ru HostName devel.mephi.ru
IdentityFile ~/.ssh/keys/ada-pc.pub
KexAlgorithms +curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256 KexAlgorithms +curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
Host github.com Host github.com
HostName github.com HostName github.com
User git User git
IdentityFile ~/.ssh/keys/ada-pc.pub