Re: wodsshTunnel with out wodkey object (General questions)
wodSSHTunnel will accept key data as in Load method, but you can pass it directly (UNENCRYPTED KEY!!) to PrivateKey property, like this for example:[code]tunnel1.HostName = ....
tunnel1.Authentication = authPubkey
tunnel1.Login = ....
tunnel1.PrivateKey = -----BEGIN RSA PRIVATE KEY----- & vbLf & MIICXQIBAAK... MORE DATA HERE ...F4Y32Zs & vbLf & -----END RSA PRIVATE KEY-----
tunnel1.Connect[/code]
Can you try that?
Kreso
Complete thread:
- wodsshTunnel with out wodkey object - kkeyan, 2006-04-10, 14:14
- Re: wodsshTunnel with out wodkey object - wodSupport, 2006-04-10, 22:57
- Re: wodsshTunnel with out wodkey object - kkeyan, 2006-04-11, 08:42
- Re: wodsshTunnel with out wodkey object - wodSupport, 2006-04-10, 22:57