Is there a library for SSH in ActionScript 3? If not, I d appreciate some ideas on how to have Flash integrate with SSH.
I have a Flash prototype programmed out, and my client wants to see some minimal integration with an SSH server. What is needed is basically:
- connect
- authenticate
- send a few basic commands
I can t just have these commands be sent out blindly, as I need Flash to be aware of the SSH feedback and let the user know if the authentication, commands, etc were successful.