summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin/pfSsh.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/sbin/pfSsh.php')
-rwxr-xr-xusr/local/sbin/pfSsh.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/sbin/pfSsh.php b/usr/local/sbin/pfSsh.php
index c9b92ca..002da35 100755
--- a/usr/local/sbin/pfSsh.php
+++ b/usr/local/sbin/pfSsh.php
@@ -36,6 +36,9 @@ echo "multiline\n";
echo "\n/* to exit the php pfSense shell */\n";
echo "exit\n";
+echo "\n/* to output supported wireless modes for an interface */\n";
+echo "print_r(get_wireless_modes(\"ath0\"));\n";
+
echo "\n/* to enable SSH */\n";
echo "\$config['system']['enablesshd'] = true;\n";
OpenPOWER on IntegriCloud