Hello!
I try to connect via ssh to a computer with a dynamic IP.
The Ip is extracted from a logfile from another computer,and then stored in a global_variable.
I can connect to the remote site using the variable,yet no command is executed,as the hostkey is rejected (from automatic).
I get the error message : "action not executed successfully : reject Hostkey: xxx.xxx.xxx.xxx"
If I manually enter the ip(read out from the variable) ,then do a update/test connection,everything works fine ... but thats pointless,as I basically have to enter the ip manually,then update the hostkey everytime the ip changes
Is there a way around/to automate this ?
disable hostkey check for dynamic/changing ip (ssh)
Moderator: Martin
Re: disable hostkey check for dynamic/changing ip (ssh)
Hi,
There's currently no way to turn off the host key check so you have to go through the test connection UI.
I'll add an option to disable the host key check.
Regards,
Martin
There's currently no way to turn off the host key check so you have to go through the test connection UI.
I'll add an option to disable the host key check.
Regards,
Martin
Re: disable hostkey check for dynamic/changing ip (ssh)
thanks in advance
finally a reason to update my old (but perfectly working) version
finally a reason to update my old (but perfectly working) version