> I'm trying to get a terminal work through SSH. I want something like > putty, connect to my linux machine with SSH and get a prompt and execute > some shell commands. I made some tried tries with the following code (more > or less modified). When can I found such an example or what's wrong? Thank > you for helping me. Marc
SSH support is by Cryptlib SSl provider only. So, you must ad to your uses unit ssl_cryptlib and you must have cl32.dll. Additionally, you can use TTelnetSend with Cryptlib as SSH terminal script client. See all properties of this class! -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] WEB: http://www.ararat.cz/synapse - Synapse Delphi and Kylix TCP/IP Library ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
