Add imac ssh config

This commit is contained in:
Yan Lin 2025-07-30 09:58:20 +02:00
parent 6f8b598d81
commit b481ad12e0

View file

@ -45,6 +45,12 @@
identityFile = "~/.ssh/keys/hetzner";
};
"imac" = {
hostname = "imac.hw.yanlincs.com";
user = "yanlin";
identityFile = "~/.ssh/keys/imac";
};
};
};
}