mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-26 01:57:38 +00:00
chore(ssh): add turing nodes to ssh config
This commit is contained in:
17
ssh/shared.d/turingpi
Normal file
17
ssh/shared.d/turingpi
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
Host t1
|
||||||
|
User ubuntu
|
||||||
|
HostName t1.home.antiprocess.net
|
||||||
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
Host t2
|
||||||
|
User ubuntu
|
||||||
|
HostName t2.home.antiprocess.net
|
||||||
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
Host t3
|
||||||
|
User ubuntu
|
||||||
|
HostName t3.home.antiprocess.net
|
||||||
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
Host t4
|
||||||
|
User ubuntu
|
||||||
|
HostName t4.home.antiprocess.net
|
||||||
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
|
||||||
Reference in New Issue
Block a user