setting up proxychains
This commit is contained in:
1
users/richie/global/ssh.nix
Normal file
1
users/richie/global/ssh.nix
Normal file
@ -0,0 +1 @@
|
||||
{ services.openssh.settings.AllowTcpForwarding = "yes"; }
|
@ -16,8 +16,9 @@
|
||||
mediainfo
|
||||
obs-studio
|
||||
obsidian
|
||||
proxychains
|
||||
sweet-nova
|
||||
vlc
|
||||
util-linux
|
||||
vlc
|
||||
];
|
||||
}
|
||||
|
@ -8,18 +8,21 @@
|
||||
user = "richie";
|
||||
identityFile = "~/.ssh/id_ed25519";
|
||||
port = 629;
|
||||
dynamicForwards = [ { port = 9050; } ];
|
||||
};
|
||||
jeevesjr = {
|
||||
hostname = "192.168.90.35";
|
||||
user = "richie";
|
||||
identityFile = "~/.ssh/id_ed25519";
|
||||
port = 352;
|
||||
dynamicForwards = [ { port = 9050; } ];
|
||||
};
|
||||
bob = {
|
||||
hostname = "192.168.90.25";
|
||||
user = "richie";
|
||||
identityFile = "~/.ssh/id_ed25519";
|
||||
port = 262;
|
||||
dynamicForwards = [ { port = 9050; } ];
|
||||
};
|
||||
rhapsody-in-green = {
|
||||
hostname = "192.168.90.221";
|
||||
|
Reference in New Issue
Block a user