From 032044685589be5cb68be4c72e001c4e5879998c Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 9 Feb 2022 13:27:36 -0500 Subject: ssh: rename groq -> bsima --- lib/ssh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ssh.nix b/lib/ssh.nix index e491d46..b641dd5 100644 --- a/lib/ssh.nix +++ b/lib/ssh.nix @@ -15,7 +15,7 @@ in { }; # groq - "groq" = { + "bsima" = { hostname = "bsima"; # must be on vpn user = "bsima"; identityFile = [ "${homedir}/.ssh/groq" ]; @@ -24,6 +24,7 @@ in { extraOptions = { #"RemoteCommand" = "tmux -CC new -As0"; "RequestTTY" = "force"; + "LocalForward" = "8888 127.0.0.1:8888"; }; }; -- cgit v1.2.3