diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2014-08-06 12:26:59 +0200 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2014-08-06 12:26:59 +0200 |
commit | 17731fe22ddd712e9157a553279e5461bd4e6af9 (patch) | |
tree | 096dd512e1dd2848b1630c5a829a8fc22f3b20a1 | |
parent | ae57804c3f7e76b5169ee303dbb18e61cdfc87b9 (diff) | |
parent | f0519d2102a4b4d8b5919950f0d9cf48cc2dd766 (diff) |
Merge pull request #11 from rboissat/master
Fixing quagga instructions.
-rw-r--r-- | docs/quagga.md | 6 |
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 |