diff options
Diffstat (limited to 'home/profiles')
-rw-r--r-- | home/profiles/ssh.nix | 6 |
1 files changed, 6 insertions, 0 deletions
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"; }; + }; }; }; } |