I'm using the trial version in asp.net to test it out for a project I'm working on. I've connected to the server I'm using with sftp and the server validation set to none, but I'm having problems with any of the validation types.
The first time I try to log on my known hosts file doesn't have any entry for the server, and I'm not able to log on.
Is there some way for me to catch the key the server is sending so I can accept it? I can't seem to find any property or return value to support that.
Thanks,