Skip to content

Instantly share code, notes, and snippets.

@ValeryVerkhoturov
Created March 18, 2024 12:22
Show Gist options
  • Save ValeryVerkhoturov/2060278251933f26234646a4e846f1fe to your computer and use it in GitHub Desktop.
Save ValeryVerkhoturov/2060278251933f26234646a4e846f1fe to your computer and use it in GitHub Desktop.
Файл ~/.ssh/config
Host t1
HostName t1.selsup-team.ru
User valery_v
IdentityFile ~/.ssh/id_rsa
Host t2
HostName t2.selsup-team.ru
User valery_v
IdentityFile ~/.ssh/id_rsa
Host t3
HostName t3.selsup-team.ru
User valery_v
IdentityFile ~/.ssh/id_rsa
Host t4
HostName t4.selsup-team.ru
User valery_v
IdentityFile ~/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment