WITH PuTTY on WIN2000P machine I can make a SSH Connection
and also make a tunnel to 3306 on the linux machine
Authentication is username + password.
Form1 with ScFileStorage1
Path specified to server publickey (see below)
Password empty
ScSSHClient1
Authentication atPassword
Hostname address linux machine
HostKeyName ssh_host_rsa_key.pub
(copied from /etc/ssh/ on linux machine to scFileStorage1.path on Win2000),
User + Password (the same as I use to connect with PuTTY)
ScSSHClient1.Connect gives "Host key not verified"
Can anyone give me a hint?
Thanks Teunis
