A Android Central Question Aug 3, 2019 #1 i want execute ssh command in my android app via programmatically but i cant simulate ssh shell environment in android app
i want execute ssh command in my android app via programmatically but i cant simulate ssh shell environment in android app
Rukbat Retired Moderator Feb 12, 2012 44,528 32 0 Aug 3, 2019 #2 SSH runs in the Linux kernel, not in an app. You could have the app fork a shell that executes the shell command.
SSH runs in the Linux kernel, not in an app. You could have the app fork a shell that executes the shell command.