mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
updated brain ssh config
This commit is contained in:
@@ -21,9 +21,8 @@
|
|||||||
hostname = "192.168.90.35";
|
hostname = "192.168.90.35";
|
||||||
user = "richie";
|
user = "richie";
|
||||||
identityFile = "~/.ssh/id_ed25519";
|
identityFile = "~/.ssh/id_ed25519";
|
||||||
port = 629;
|
port = 129;
|
||||||
dynamicForwards = [ { port = 9050; } ];
|
dynamicForwards = [ { port = 9050; } ];
|
||||||
compression = true;
|
|
||||||
};
|
};
|
||||||
unlock-brain = {
|
unlock-brain = {
|
||||||
hostname = "192.168.95.35";
|
hostname = "192.168.95.35";
|
||||||
|
|||||||
Reference in New Issue
Block a user