From a73ab50867ed3dec9edbb7c9b10cfb3611b47c63 Mon Sep 17 00:00:00 2001 From: Austin Robertson Date: Mon, 24 Sep 2018 23:14:31 -0500 Subject: [PATCH] add ssh command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b4fbaf..f557384 100644 --- a/README.md +++ b/README.md @@ -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: