Re: Console example (General questions)
Hi Hans,
I'm not C++ guru also. Here is guide what is important for wodSSHServer to work correct.
First it is important that you ones generate private key and load that key before you start server created by wodSSHServer ActiveX component.
You can choose protocol you wish to use using wodSSHServer Protocol Property (SSH2, Telnet).
If you don't want to use default port 22 for SSH2 or 23 for Telnet Protocol you can use Port Property and change port to some other.
In LoginPassword Event who fires when user wants to authenticate to the server, you can determine which user will be able to connect.
Also important is ServiceRequest Event. ServiceRequest Event fires when user requests some service from the server.
More help for Protocol Property you can find here:
http://www.weonlydo.com/SSHServer/Help/wodSSHDLIB~wodSSHD~Protocol.html
More help for Port Property you can find here:
http://www.weonlydo.com/SSHServer/Help/wodSSHDLIB~wodSSHD~Port.html
More help for LoginPassword Event you can find here:
http://www.weonlydo.com/SSHServer/Help/wodSSHDLIB~wodSSHD~LoginPassword_EV.html
and for ServiceRequest Event you can find here:
http://www.weonlydo.com/SSHServer/Help/wodSSHDLIB~wodSSHD~ServiceRequest_EV.html
Hope this helps.
Regards,
Drazen
Complete thread:
- Console example - Hans, 2006-12-30, 20:08
- Re: Console example - woddrazen, 2006-12-30, 20:51
- Re: Console example - Hans, 2006-12-31, 14:52
- Re: Console example - woddrazen, 2006-12-31, 15:04
- Re: Console example - Hans, 2007-01-03, 15:00
- Re: Console example - wodDamir, 2007-01-03, 15:28
- Re: Console example - Hans, 2007-01-03, 22:25
- Re: Console example - wodSupport, 2007-01-03, 23:01
- Re: Console example - Hans, 2007-01-04, 17:32
- Re: Console example - wodSupport, 2007-01-04, 18:55
- Re: Console example - Hans, 2007-01-04, 22:08
- Re: Console example - Hans, 2007-01-04, 22:38
- Re: Console example - Hans, 2007-01-31, 13:17
- Re: Console example - Traveller, 2013-05-25, 17:53
- Re: Console example - wodSupport, 2013-05-25, 17:57
- Re: Console example - Traveller, 2013-05-26, 01:10
- Re: Console example - wodSupport, 2013-05-26, 10:05
- Re: Console example - Traveller, 2013-05-26, 01:10
- Re: Console example - wodSupport, 2013-05-25, 17:57
- Re: Console example - Traveller, 2013-05-25, 17:53
- Re: Console example - Hans, 2007-01-31, 13:17
- Re: Console example - Hans, 2007-01-04, 22:38
- Re: Console example - Hans, 2007-01-04, 22:08
- Re: Console example - wodSupport, 2007-01-04, 18:55
- Re: Console example - Hans, 2007-01-04, 17:32
- Re: Console example - wodSupport, 2007-01-03, 23:01
- Re: Console example - Hans, 2007-01-03, 22:25
- Re: Console example - wodDamir, 2007-01-03, 15:28
- Re: Console example - Hans, 2007-01-03, 15:00
- Re: Console example - woddrazen, 2006-12-31, 15:04
- Re: Console example - Hans, 2006-12-31, 14:52
- Re: Console example - woddrazen, 2006-12-30, 20:51