forked from lix-project/lix
parent
e7c76f7274
commit
e69c48dc43
|
@ -291,9 +291,10 @@ as a means of providing Nix store access to a restricted ssh user.
|
||||||
access to a given SSH public key:
|
access to a given SSH public key:
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
$ cat <<EOF >>/root/.ssh/authorized_keys
|
$ cat <<EOF >>/root/.ssh/authorized_keys
|
||||||
command="nice -n20 nix-store --serve --write" ssh-rsa AAAAB3NzaC1yc2EAAAA...
|
command="nice -n20 nix-store --serve --write" ssh-rsa AAAAB3NzaC1yc2EAAAA...
|
||||||
EOF</screen>
|
EOF
|
||||||
|
</screen>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue