diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-20 21:43:50 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-20 21:43:50 +0200 |
commit | 4823986f71b98a47fa9a6e57ab82bf1e270b35f9 (patch) | |
tree | d0e35dab537085b5707bf50325b28d9a3826e5f3 /hel.nix | |
parent | 75037f810507e96666ed2a134b212222a87833f3 (diff) | |
download | nixos-4823986f71b98a47fa9a6e57ab82bf1e270b35f9.tar nixos-4823986f71b98a47fa9a6e57ab82bf1e270b35f9.tar.gz nixos-4823986f71b98a47fa9a6e57ab82bf1e270b35f9.tar.bz2 nixos-4823986f71b98a47fa9a6e57ab82bf1e270b35f9.tar.xz nixos-4823986f71b98a47fa9a6e57ab82bf1e270b35f9.zip |
odin wrapper script
Diffstat (limited to 'hel.nix')
-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="/var/setuid-wrappers/uucico" 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 /var/setuid-wrappers/uucico"}" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJhACtnt9+3j2ev4QVA2QBlPtblPnu7yol2njgfMlHtC uucp@odin'' |
134 | ]; | 134 | ]; |
135 | }; | 135 | }; |
136 | sshConfig = '' | 136 | sshConfig = '' |