forked from poz/niksos
add tramwaj to ssh hostAliases on both hosts
This commit is contained in:
parent
5578e7560a
commit
58124e27eb
2 changed files with 12 additions and 0 deletions
|
@ -316,6 +316,12 @@
|
|||
port = 19999;
|
||||
user = "view";
|
||||
};
|
||||
tramwaj = {
|
||||
hostName = "asi.pwr.wroc.pl";
|
||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINnqXeczgwYduhAd3LT16qTor8CcU1b8J+YyUwKhkxqD";
|
||||
port = 2137;
|
||||
user = "poz";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -282,6 +282,12 @@
|
|||
port = 19999;
|
||||
user = "view";
|
||||
};
|
||||
tramwaj = {
|
||||
hostName = "asi.pwr.wroc.pl";
|
||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINnqXeczgwYduhAd3LT16qTor8CcU1b8J+YyUwKhkxqD";
|
||||
port = 2137;
|
||||
user = "poz";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue