AndroidSSH icon indicating copy to clipboard operation
AndroidSSH copied to clipboard

Connection successful but cannot execute commands

Open RaNo99 opened this issue 4 years ago • 0 comments

The client successfully connects (because the connection is made in a Runnable: com.ranosoft.musicpiayer.ssh.SessionController.SshRunnable), but then trying to execute a command fails in com.jgh.androidssh.sshutils.ShellController#openShell on mChannel.connect() due to android.os.NetworkOnMainThreadException.

RaNo99 avatar Jan 04 '21 08:01 RaNo99