This is from the K4 hacking wiki, but it applies to all eink kindles:
Quote:
add a firewall rule to allow ssh access. Edit the /mnt/base-mmc/etc/sysconfig/iptables file:
vi /mnt/base-mmc/etc/sysconfig/iptables
and add the following line to that file:
-A INPUT -i wlan0 -p tcp --dport 22 -j ACCEPT
|