8414b662da
feat(ssh): обновить конфигурацию SSH с новыми параметрами и удалить устаревшие записи
11 lines
176 B
Plaintext
11 lines
176 B
Plaintext
Host ada-pc
|
|
HostName 192.168.1.100
|
|
User ada
|
|
IdentityFile ~/.ssh/id_ed25519
|
|
|
|
Host ada-x1
|
|
HostName 192.168.1.101
|
|
User ada
|
|
IdentityFile ~/.ssh/id_ed25519
|
|
|