Updated ssh config for use with wishlist

This commit is contained in:
steven carpenter 2025-08-19 02:28:28 -04:00
parent f3bc759943
commit 4fafc9cff1

View file

@ -9,7 +9,19 @@
hostname = "git.skdevstudios.com";
user = "git";
port = 2223;
identityFile = "~/.ssh/id_ed25519"; # Adjust as needed
identityFile = "~/.ssh/id_ed25519";
};
"olympus" = {
hostname = "192.168.1.5";
user = "administrator";
port = 22;
identityFile = "~/.ssh/id_ed25519";
};
"snips" = {
hostname = "snips.sh";
user = "speccon18";
port = 22;
identityFile = "~/.ssh/id_ed25519";
};
};
};