mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
added unlock-jeeves
This commit is contained in:
@@ -10,6 +10,14 @@
|
|||||||
port = 629;
|
port = 629;
|
||||||
dynamicForwards = [ { port = 9050; } ];
|
dynamicForwards = [ { port = 9050; } ];
|
||||||
};
|
};
|
||||||
|
unlock-jeeves = {
|
||||||
|
hostname = "192.168.90.14";
|
||||||
|
user = "root";
|
||||||
|
identityFile = "~/.ssh/id_ed25519";
|
||||||
|
port = 2222;
|
||||||
|
RequestTTY = "yes";
|
||||||
|
RemoteCommand = "cryptsetup-askpass";
|
||||||
|
};
|
||||||
jeevesjr = {
|
jeevesjr = {
|
||||||
hostname = "192.168.90.35";
|
hostname = "192.168.90.35";
|
||||||
user = "richie";
|
user = "richie";
|
||||||
|
|||||||
Reference in New Issue
Block a user