ssh: Add rsync.net

This commit is contained in:
Erwin Boskma 2023-05-03 08:05:29 +02:00
parent 0261764ce1
commit 167e97ea85
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -63,6 +63,12 @@ in
hostname = "10.0.0.205";
};
"rsync.net" = mkIf (!var.workSystem) {
hostname = "zh2088.rsync.net";
user = "zh2088";
identityFile = "~/.ssh/id_ed25519-rsync.net";
};
"git.datarift.nl" = {
hostname = if var.workSystem then "direct.datarift.nl" else "10.0.0.201";
port = if var.workSystem then 2222 else 22;