How to run SSH command in android programmatically
问题 I would like to run a simple SSH command like ssh -R 80:localhost:1337 serveo.net , I know there is library jsch to do this , but it will not work without username and password . In my case there is no authentication is required . How can I do this ? Update When I run the command ssh -R 80:localhost:1337 serveo.net -v , I get the following output debug1: Server host key: ssh-rsa SHA256:07jcXlJ4SkBnyTmaVnmTpXuBiRx2+Q2adxbttO9gt0M The authenticity of host 'serveo.net (159.89.214.31)' can't be