security - Android Java SFTP / SSH -


i'm making small android app 1 of secure servers (which has random root password generated every 5 mins first few characters known user, random part of password stored in .txt file on server under user 1 can view random part of password.) need android app connect secret user on sftp or ssh (secure) retrive random password display user able login system.

this own cheap version of 2 factor authentication. i'm new android development can't find sftp libraries connection. can help?

thanks dave

https://github.com/kruton/connectbot/tree/master/src/com/trilead/ssh2 can use link further information may :)


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -