Files
dotfiles/ssh/.ssh/config.d/30-corporate.conf
T
Dmitry 8414b662da feat(bootstrap): добавить скрипт для установки пакетов и настройки окружения
feat(ssh): обновить конфигурацию SSH с новыми параметрами и удалить устаревшие записи
2026-02-18 14:51:24 +03:00

10 lines
257 B
Plaintext

Host devel.mephi.ru
HostName devel.mephi.ru
IdentityFile ~/.ssh/id_ed25519
KexAlgorithms +curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
Host github.com
HostName github.com
User git
IdentityFile ~/.ssh/id_ed25519