add ssh command

This commit is contained in:
Austin Robertson 2018-09-24 23:14:31 -05:00 committed by GitHub
parent 6fc52b84bf
commit a73ab50867
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ If you don't have three NICs, you can buy this cheap USB NIC one [from Amazon](T
a) Use the pre-compiled kernel module from me, a random internet stranger:
```
scp bin/ng_etf.ko root@pfsense:/boot/kernel/
chmod 555 /boot/kernel/ng_etf.ko
ssh root@pfsense chmod 555 /boot/kernel/ng_etf.ko
```
b) Or you, a responsible sysadmin, can compile the module yourself from a trusted FreeBSD 11.1 machine: