aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nix/users/fcuny/ssh.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/nix/users/fcuny/ssh.nix b/nix/users/fcuny/ssh.nix
index 17c2f03..2129650 100644
--- a/nix/users/fcuny/ssh.nix
+++ b/nix/users/fcuny/ssh.nix
@@ -8,12 +8,6 @@
controlPersist = "30m";
matchBlocks = {
- "personal" = {
- hostname = "github.com";
- user = "git";
- forwardAgent = false;
- extraOptions = { preferredAuthentications = "publickey"; };
- };
"github.com" = {
hostname = "github.com";
user = "git";
@@ -33,6 +27,12 @@
forwardAgent = false;
extraOptions = { preferredAuthentications = "publickey"; };
};
+ "home" = {
+ hostname = "fcuny.net";
+ port = 422;
+ user = "fcuny";
+ extraOptions = { preferredAuthentications = "publickey"; };
+ };
};
};
}