l-gen-secrets: fix key indent
This commit is contained in:
parent
ca26d832e7
commit
351667fe85
@ -19,7 +19,7 @@ pkgs.writers.writeDashBin "l-gen-secrets" ''
|
|||||||
${pkgs.coreutils}/bin/mv $TMPDIR/ssh.id_ed25519 $TMPDIR/out/
|
${pkgs.coreutils}/bin/mv $TMPDIR/ssh.id_ed25519 $TMPDIR/out/
|
||||||
|
|
||||||
# tor
|
# tor
|
||||||
${pkgs.coreutils}/bin/timeout 1 ${pkgs.tor}/bin/tor --HiddenServiceDir $TMPDIR/tor --HiddenServicePort 1 --SocksPort 0 || :
|
${pkgs.coreutils}/bin/timeout 1 ${pkgs.tor}/bin/tor --HiddenServiceDir $TMPDIR/tor --HiddenServicePort 1 --SocksPort 0 >/dev/null || :
|
||||||
${pkgs.coreutils}/bin/mv $TMPDIR/tor/hs_ed25519_secret_key $TMPDIR/out/ssh-tor.priv
|
${pkgs.coreutils}/bin/mv $TMPDIR/tor/hs_ed25519_secret_key $TMPDIR/out/ssh-tor.priv
|
||||||
|
|
||||||
# tinc
|
# tinc
|
||||||
|
Loading…
Reference in New Issue
Block a user