Hi,
Currently we are using Renci.SshNet V2013.4.7.0 dll for connecting to FTP host. But seems that it is working correctly if we map to a physical host but fails to connect if it is a logical Host.
The Unix Team in our organisation advised on changing the following options:
StrictHostkeyChecking (needs to be set to no)
UserKnownHostsFile (should be set to /dev/null)
NoHostAuthenticationForLocalHost (should be set to yes)
Can anyone guide us as to how to do these from the application code.
Please advise if you need further details.
Thanks
Ali.
Comments: ** Comment from web user: drieseng **
Currently we are using Renci.SshNet V2013.4.7.0 dll for connecting to FTP host. But seems that it is working correctly if we map to a physical host but fails to connect if it is a logical Host.
The Unix Team in our organisation advised on changing the following options:
StrictHostkeyChecking (needs to be set to no)
UserKnownHostsFile (should be set to /dev/null)
NoHostAuthenticationForLocalHost (should be set to yes)
Can anyone guide us as to how to do these from the application code.
Please advise if you need further details.
Thanks
Ali.
Comments: ** Comment from web user: drieseng **
Connecting to a physical or logical host should not make any difference.
Are you using a host name or IP address to identify the host ?