how work change for ssh server protocol string... (General questions)
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
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
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.htmlLet 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
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
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
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
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
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
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
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 !