Normal operation:
$ ssh root@openwrt
root@OpenWrt:~# jffs2reset
This will erase all settings and remove any installed packages. Are you sure? [N/y]
N
root@OpenWrt:~#
When run with ssh directly, no output produced:
$ ssh root@openwrt jffs2reset
# waiting for input here
N
$
Normal operation:
When run with
sshdirectly, no output produced:$ ssh root@openwrt jffs2reset # waiting for input here N $