summaryrefslogtreecommitdiff
path: root/docs/bird.md
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-08-07 14:31:22 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-08-07 14:31:22 +0200
commit0c5dfc64a4d61750d42940137325f7c306f3badb (patch)
tree03dede82cc031bf0e93d401d04084962def78240 /docs/bird.md
parente917bdf23b11f12a64d17be1fe12e54e375cf47a (diff)
Tiny changes on BIRD doc.
Diffstat (limited to 'docs/bird.md')
-rw-r--r--docs/bird.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/bird.md b/docs/bird.md
index 21e3d26..d5d41ea 100644
--- a/docs/bird.md
+++ b/docs/bird.md
@@ -26,7 +26,7 @@ dark magic.
Rough steps ahead (maybe more doc later):
```
-# create the "lg" unix user
+# create the "lg" unix user and add it to "bird" group
root@bird-router ~# adduser lg
(boring questions)
root@bird-router ~# adduser lg bird
@@ -34,7 +34,7 @@ root@bird-router ~# adduser lg bird
# log in as lg user
root@bird-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@bird-router ~# mkdir ~/.ssh/
lg@bird-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