I am trying to figure out a way to have a user login via a web interface, and then based on the login provided pull link data from a mysql database.
the links would depend upon the username specified.
the links would be to ssh telnet sessions. the link however must include the username and password.
I have the database portion and the authentication program down, but am lost as to where to begin setting up the links to the telnet sessions that also automate the login process. the client that we are using is Terra Term.
Any ideas would be greatly appreciated.