summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Boissat rboissat <rboissat@lv0.in>2014-08-06 12:25:54 +0200
committerRomain Boissat rboissat <rboissat@lv0.in>2014-08-06 12:25:54 +0200
commitf0519d2102a4b4d8b5919950f0d9cf48cc2dd766 (patch)
tree096dd512e1dd2848b1630c5a829a8fc22f3b20a1
parentae57804c3f7e76b5169ee303dbb18e61cdfc87b9 (diff)
fixing quagga instructions
-rw-r--r--docs/quagga.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/quagga.md b/docs/quagga.md
index 1e835bd..2967dea 100644
--- a/docs/quagga.md
+++ b/docs/quagga.md
@@ -25,15 +25,15 @@ and a bit of dark magic.
Rough steps ahead (maybe more doc later):
```
-#create the "lg" unix user
+# create the "lg" unix user and add it to 'quaggavty' group.
root@quagga-router ~# adduser lg
(boring questions)
-root@quagga-router ~#
+root@quagga-router ~# adduser lg quaggavty
# log in as lg user
root@quagga-router ~# su -l lg
-# create ssh userdir and authorized the looking glass RSA pubkey with limited access and features.
+# create ssh userdir and authorized the looking glass RSA pubkey with limited access and features
lg@quagga-router ~# mkdir ~/.ssh/
lg@quagga-router ~# echo 'from="lg.example.com,$IP4-OF-YOUR-LG",no-port-forwarding,no-x11-forwarding,no-agent-forwarding ssh-rsa $RSA-PUBKEY-HERE lg@looking-glass' >| ~/.ssh/authorized_keys