diff options
author | Holger Weiß <holger@zedat.fu-berlin.de> | 2011-09-09 18:54:31 +0200 |
---|---|---|
committer | Holger Weiß <holger@zedat.fu-berlin.de> | 2011-09-09 18:54:31 +0200 |
commit | 2d5eff7ce9369b1ba5406833c1040d5c0daa05d4 (patch) | |
tree | 9d3a101572123f5efa1c33beaf4bc68048d05c77 /doc | |
parent | 88f65975ada4402f8876f3b086407aa44aea2870 (diff) | |
download | bcfg2-2d5eff7ce9369b1ba5406833c1040d5c0daa05d4.tar.gz bcfg2-2d5eff7ce9369b1ba5406833c1040d5c0daa05d4.tar.bz2 bcfg2-2d5eff7ce9369b1ba5406833c1040d5c0daa05d4.zip |
doc: Fix typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/client/agent.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/client/agent.txt b/doc/client/agent.txt index ef152133e..770c2a41c 100644 --- a/doc/client/agent.txt +++ b/doc/client/agent.txt @@ -24,7 +24,7 @@ is pretty easy: The key fingerprint is: aa:25:9b:a7:10:60:f3:eb:2b:ae:4b:1a:42:1b:63:5d desai@ubik -#. Add this this public key to root's authorized_keys file, with several +#. Add this public key to root's authorized_keys file, with several commands prepended to it:: command="/usr/sbin/bcfg2 -q <other options>",no-port-forwarding,no-X11-forwarding,no-pty,no-agent-forwarding,from="<bcfg2-server ipaddr>" <pub key> |