Using ssh tunnel with public and private keys (wodSSHTunnel)
How can i use key.PublicKeyOpenSSH?
key.PublicKeyOpenSSH(WODSSHKeyLib.SSHKeyTypes.RSAkey, "public");
gives me
Error 20 Non-invocable member 'WODSSHKeyLib.IKeys.PublicKeyOpenSSH' cannot be used like a method.
or i have to define a new string a = key.PublicKeyOpenSSH;
but i get
Error 20 Indexed property 'WODSSHKeyLib.IKeys.PublicKeyOpenSSH' has non-optional arguments which must be provided
Thank you
Complete thread:
- Using ssh tunnel with public and private keys - Alice Feema, 2014-04-06, 13:54
- Using ssh tunnel with public and private keys - wodSupport, 2014-04-06, 13:59
- Using ssh tunnel with public and private keys - Alice Feema, 2014-04-06, 14:27
- Using ssh tunnel with public and private keys - Alice Feema, 2014-04-06, 14:56
- Using ssh tunnel with public and private keys - wodSupport, 2014-04-06, 16:11
- Using ssh tunnel with public and private keys - wodSupport, 2014-04-06, 16:10
- Using ssh tunnel with public and private keys - Alice Feema, 2014-04-06, 14:56
- Using ssh tunnel with public and private keys - Alice Feema, 2014-04-06, 14:27
- Using ssh tunnel with public and private keys - Alice Feema, 2014-04-06, 14:06
- Using ssh tunnel with public and private keys - wodSupport, 2014-04-06, 14:14
- Using ssh tunnel with public and private keys - wodSupport, 2014-04-06, 13:59