You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a workaround for this by running ssh with -t option:
-t Force pseudo-terminal allocation. This can be used to execute arbitrary screen-based programs on a remote machine, which can be very useful, e.g. when implementing menu services.
Normal operation:
When run with
ssh
directly, no output produced:$ ssh root@openwrt jffs2reset # waiting for input here N $
The text was updated successfully, but these errors were encountered: