diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-06-20 23:25:21 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-06-20 23:25:21 +0200 |
commit | b87ceec172bb27fead7322dd9deb2969a6b14453 (patch) | |
tree | 879eb8bba5fc258be062c64b80f0c37697020854 | |
parent | 13d9c32a51d84f1c2496307b3148e63f7ba8f80c (diff) | |
download | nixos-b87ceec172bb27fead7322dd9deb2969a6b14453.tar nixos-b87ceec172bb27fead7322dd9deb2969a6b14453.tar.gz nixos-b87ceec172bb27fead7322dd9deb2969a6b14453.tar.bz2 nixos-b87ceec172bb27fead7322dd9deb2969a6b14453.tar.xz nixos-b87ceec172bb27fead7322dd9deb2969a6b14453.zip |
exec as uucico
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -130,7 +130,7 @@ | |||
130 | remoteNodes = ["isaac" "ymir"]; # legacy name for odin | 130 | remoteNodes = ["isaac" "ymir"]; # legacy name for odin |
131 | sshUser = { | 131 | sshUser = { |
132 | openssh.authorizedKeys.keys = [ ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="/var/setuid-wrappers/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFH1QWdgoC03nzW5GBuCl2pqASHeIXIYtE9IInHdaKcO uucp@ymir'' | 132 | openssh.authorizedKeys.keys = [ ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="/var/setuid-wrappers/uucico" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFH1QWdgoC03nzW5GBuCl2pqASHeIXIYtE9IInHdaKcO uucp@ymir'' |
133 | ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="${pkgs.writeScript "odin.sh" "#!${pkgs.stdenv.shell}\necho .\nexec /var/setuid-wrappers/uucico\n"}" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJhACtnt9+3j2ev4QVA2QBlPtblPnu7yol2njgfMlHtC uucp@odin'' | 133 | ''no-port-forwarding,no-X11-forwarding,no-agent-forwarding,command="${pkgs.writeScript "odin.sh" "#!${pkgs.stdenv.shell}\necho .\nexec -a uucico /var/setuid-wrappers/uucico\n"}" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJhACtnt9+3j2ev4QVA2QBlPtblPnu7yol2njgfMlHtC uucp@odin'' |
134 | ]; | 134 | ]; |
135 | }; | 135 | }; |
136 | sshConfig = '' | 136 | sshConfig = '' |