Remove unused remotes

This commit is contained in:
Yan Lin 2025-07-27 18:25:33 +02:00
parent 2f096d9935
commit 4bbeda2157

View file

@ -42,19 +42,6 @@
identityFile = "~/.ssh/keys/pi";
};
"ucloud-a40" = {
hostname = "130.225.38.194";
user = "ucloud";
identityFile = "~/.ssh/keys/ucloud";
proxyJump = "imac";
};
"ucloud-h100" = {
hostname = "ssh.cloud.sdu.dk";
user = "ucloud";
port = 2281;
identityFile = "~/.ssh/keys/ucloud";
};
};
};
}