how work change for ssh server protocol string... - WeOnlyDo Discussion board

how work change for ssh server protocol string... (General questions)

by bonghwan, Thursday, August 28, 2008, 08:43 (5931 days ago)

i used SSHServer v2.0.4 component.

1. SSHServer running support ssh protocol
2. client emulator support for telnet protocol

when client access to SSHServer occurs 'SSH-2.0-WeOnlyDo 2.0.4' message. i want change or hidden message.


Re: how work change for ssh server protocol string

by woddrazen, Thursday, August 28, 2008, 10:37 (5931 days ago) @ bonghwan

Hi,


You can try using BannerText Property to change banner message text that is send to client upon login?

More help for BannerText Property you can find here:
http://www.weonlydo.com/SSHServer/Help/wodSSHDLIB~wodSSHD~BannerText.html

Let us know how it goes.


Regards,
Drazen

Re: how work change for ssh server protocol string

by bonghwan, Thursday, August 28, 2008, 11:16 (5931 days ago) @ woddrazen

Hi,


You can try using BannerText Property to change banner message text that is send to client upon login?

More help for BannerText Property you can find here:
http://www.weonlydo.com/SSHServer/Help/wodSSHDLIB~wodSSHD~BannerText.html

Let us know how it goes.


Regards,
Drazen

thanks for your answer.

but this message is not banner text. it is protocol mismatch text.

telnet protocol(client) connect to ssh protocol service(SSHServer)

Re: how work change for ssh server protocol string

by wodgrof, Friday, August 29, 2008, 02:23 (5930 days ago) @ bonghwan

Hi bonghwan,

Can you please download and try the new version of wodSSHServer? We added the ServerName property that you can use to change the server identification string.

Changing the string isn't possible in the demo version of the component.

Regards,
Grof

Re: how work change for ssh server protocol string

by bonghwan, Friday, August 29, 2008, 17:51 (5929 days ago) @ wodgrof

Hi bonghwan,

Can you please download and try the new version of wodSSHServer? We added the ServerName property that you can use to change the server identification string.

Changing the string isn't possible in the demo version of the component.

Regards,
Grof

thanks for Grof.

I found ServerName property in the SSHServer v2.0.6 trial version but register version is not it. register version is v2.0.6.

Re: how work change for ssh server protocol string

by woddrazen, Friday, August 29, 2008, 20:00 (5929 days ago) @ bonghwan

Bonghwan,


in order to get latest licensed version of wodSSHServer, please go to:

http://www.weonlydo.com/index.asp?update=1

This is automated process. Make sure you use same email address that is registered with our system, one you used when you have purchased the product.

Let us know how it goes.


Drazen

Re: how work change for ssh server protocol string

by bonghwan, Friday, August 29, 2008, 20:44 (5929 days ago) @ woddrazen


ServerName Property error occurs.

method is not found. void wodSSHDComLIB.IwodSSHDCom.set_ServerName(System.String)

thanks for support team.

Re: how work change for ssh server protocol string

by woddrazen, Friday, August 29, 2008, 23:10 (5929 days ago) @ bonghwan

Bonghwan,


I have just tried using latest 2.0.6.259 version of wodSSHServer and it worked for me.

Can you please reimport wodSSHServer reference environment you are using and try again.

Let us know how it goes.


Drazen

Re: how work change for ssh server protocol string

by wodSupport, Friday, August 29, 2008, 23:14 (5929 days ago) @ woddrazen

Bonghwan,

it may be needed to remove reference to wodSSHServer and add it again. YOu're using NET environment, right? If so, it may be good also when removing reference to close VS, delete bin and obj folders, and then reopen it again, so it recreates wrapper for method to become visible.

Regards,
Kreso

Re: how work change for ssh server protocol string

by bonghwan, Sunday, August 31, 2008, 16:38 (5927 days ago) @ wodSupport

Bonghwan,

it may be needed to remove reference to wodSSHServer and add it again. YOu're using NET environment, right? If so, it may be good also when removing reference to close VS, delete bin and obj folders, and then reopen it again, so it recreates wrapper for method to become visible.

Regards,
Kreso

thanks, Kreso and support team.
I used VS2008 environment and clear the problem.

have a nice day !