Hi, 1. I have a html file, which has valid ip address entries 2. When I click on this ip address it should call the tectia with the username and password. 3. Basically I want to automate the process of logging in. 4. I saw in tectia that it does not accept arguments like securecrt etc., so any way you think I can automate this process. |
Clicking on something does not sound much like automation to me, but anyway. There are many ways to setup automatic (non-interactive) authentication to server in Tectia (much more then in OpenSSH for example). Starting with the most secure:
And there are some other ways too. If you provide more details on what you are trying to achieve I can elaborate more. The documentation and this site contains also many examples. I hope this helps. With regards Martin |