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.
Asked
Active
Viewed 2,848 times
2
1 Answers
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
android ssh server
, and found various open source ones, and tried them in the emulator, what did you learn? – CommonsWare Jun 05 '13 at 15:45