Skip to content

Ssh client on android to ssh server on windows

rngadam edited this page Apr 19, 2011 · 4 revisions

ssh client on android to ssh server on Windows

$ ./adb remount    
$ ./adb shell    
# cd /dev/    
# mv random random_BAK    
# ln -s urandom random    
# ssh 10.0.0.3    

Clone this wiki locally