ssh host changes for lolcathost and hyrule

This commit is contained in:
Emile Clark-Boman 2025-02-25 14:03:03 +10:00
parent c3b02c5f7b
commit b646675328
5 changed files with 30 additions and 15 deletions

View file

@ -35,18 +35,33 @@
forwardAgent = true;
addKeysToAgent = "yes";
matchBlocks = {
machBlocks = {
hyrule = {
hostname = "imbored.dev";
user = "ae";
port = 22;
identityFile = "~/.ssh/id_hyrule";
setEnv = {
TERM = "linux";
};
};
YearnForTheMines = {
dead = {
hostname = "deadlyserver.com";
user = "emile";
port = 29843;
identityFile = "~/.ssh/id_deadlyserver";
setEnv = {
TERM = "xterm-256color";
};
};
youcue = {
hostname = "moss.labs.eait.uq.edu.au";
user = "s4740056";
port = 22;
identityFile = "~/.ssh/id_youcue";
setEnv = {
TERM = "xterm-256color";
};
};
};
};