diff options
Diffstat (limited to 'docs/quagga.md')
-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 |