Updated ssh config for use with wishlist
This commit is contained in:
parent
f3bc759943
commit
4fafc9cff1
1 changed files with 13 additions and 1 deletions
|
|
@ -9,7 +9,19 @@
|
||||||
hostname = "git.skdevstudios.com";
|
hostname = "git.skdevstudios.com";
|
||||||
user = "git";
|
user = "git";
|
||||||
port = 2223;
|
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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue