2

Is it possible to start SSH server on Android emulator? What is the app name? I've tried a few apps but neither of them could run on Emulator.

Dan Hulme
  • 35,000
  • 17
  • 90
  • 155
myforums
  • 121
  • 1
  • 3

1 Answers1

1

Depending on how you have networking set up for your emulator, you might need to forward your SSH port from the emulator to a port on the host. Your emulator might be set up on a NAT/host-only network, so your SSH client can't actually reach the server.

To test this, try pinging the emulator's IP address from the system with your SSH client.

chronospoon
  • 226
  • 1
  • 3