diff options
-rw-r--r-- | accounts/gkleen@sif/default.nix | 1 | ||||
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 8 |
2 files changed, 8 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 311b2129..df400366 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -210,7 +210,6 @@ in { | |||
210 | log = "false"; | 210 | log = "false"; |
211 | repeat = "watch"; | 211 | repeat = "watch"; |
212 | sshcmd = "${pkgs.openssh}/bin/ssh"; | 212 | sshcmd = "${pkgs.openssh}/bin/ssh"; |
213 | sshargs = "-o BatchMode=yes -S none -o IdentityFile=~/.ssh/unison.gkleen@vidhar.yggdrasil"; | ||
214 | ui = "text"; | 213 | ui = "text"; |
215 | }; | 214 | }; |
216 | }; | 215 | }; |
diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index 0947c1f5..e1849eee 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix | |||
@@ -257,6 +257,14 @@ | |||
257 | { hostname = "vidhar.yggdrasil"; | 257 | { hostname = "vidhar.yggdrasil"; |
258 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; | 258 | identityFile = "~/.ssh/gkleen@sif.midgard.yggdrasil"; |
259 | }; | 259 | }; |
260 | "unison.vidhar" = | ||
261 | { hostname = "vidhar.yggdrasil"; | ||
262 | identityFile = "~/.ssh/unison.gkleen@sif.midgard.yggdrasil"; | ||
263 | extraOptions = { | ||
264 | BatchMode = "yes"; | ||
265 | ControlMaster = "no"; | ||
266 | }; | ||
267 | }; | ||
260 | "math60" = | 268 | "math60" = |
261 | { hostname = "math60.math.lmu.de"; | 269 | { hostname = "math60.math.lmu.de"; |
262 | identityFile = "~/.ssh/gkleen@mathinst.loc"; | 270 | identityFile = "~/.ssh/gkleen@mathinst.loc"; |