summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-02-09 13:27:36 -0500
committerBen Sima <ben@bsima.me>2022-02-09 13:27:44 -0500
commit032044685589be5cb68be4c72e001c4e5879998c (patch)
tree6744941e950d658465a41ece165973b67c3a9a0b
parentb8971c288c137657230e4ee7d6503509d04c2ddf (diff)
ssh: rename groq -> bsima
-rw-r--r--lib/ssh.nix3
1 files changed, 2 insertions, 1 deletions
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";
};
};