summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-08-18 02:19:45 -0600
committerAlejandro Soto <alejandro@34project.org>2024-08-18 02:22:31 -0600
commitd405e4a377c784e7b40238149901fbcf45b39e9e (patch)
tree98984fca09aa33631c10d147732add3e996d6e8e /home
parent1a8c52d5baf6b9245b5363f92db50f007bfb2cea (diff)
sys/platform/[lustrated], home/ssh: setup for hv SSH over vsock
Diffstat (limited to '')
-rw-r--r--home/ssh/match.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/home/ssh/match.nix b/home/ssh/match.nix
index f20a052..4209e9b 100644
--- a/home/ssh/match.nix
+++ b/home/ssh/match.nix
@@ -10,8 +10,12 @@
};
"hv" = {
- user = "admin";
- hostname = "192.168.34.42";
+ port = 2242;
+ hostname = "::1";
+
+ user = "root";
+ identityFile = "~/.ssh/id_hv_sk";
+ identitiesOnly = true;
};
"olger.dev" = {