diff options
author | Romain Boissat rboissat <rboissat@lv0.in> | 2014-08-05 23:34:56 +0200 |
---|---|---|
committer | Romain Boissat rboissat <rboissat@lv0.in> | 2014-08-05 23:34:56 +0200 |
commit | ca6d7e0db0a098d72bcd6b8bcd1433cedebbf6da (patch) | |
tree | b4310c01fda5d9ffe5e33f388efcd0a63c2dc1b9 | |
parent | bbe96680748c11fcae1cc95e061e8ac5e926d05e (diff) |
fixing derp
-rw-r--r-- | docs/quagga.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/quagga.md b/docs/quagga.md index 18747ae..1e835bd 100644 --- a/docs/quagga.md +++ b/docs/quagga.md @@ -34,7 +34,8 @@ root@quagga-router ~# root@quagga-router ~# su -l lg # 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 +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 # truncate the profile dotfile lg@quagga-router ~# echo >| ~/.profile |