From 13cae6014dc5fc7933a14d3653392b821a852f7b Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 12 May 2023 19:07:23 -0700 Subject: home/ssh: add rsync.net to the match block --- home/profiles/ssh.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/profiles/ssh.nix b/home/profiles/ssh.nix index 576f451..3aa286b 100644 --- a/home/profiles/ssh.nix +++ b/home/profiles/ssh.nix @@ -13,6 +13,12 @@ forwardAgent = false; extraOptions = { preferredAuthentications = "publickey"; }; }; + "rsync.net" = { + hostname = "de2664.rsync.net"; + user = "de2664"; + forwardAgent = false; + extraOptions = { preferredAuthentications = "publickey"; }; + }; }; }; } -- cgit 1.4.1