Back to product page

PublicKeyRSA1 property


Returns public key in SSH1 RSA format.

Type

A String value

Syntax

  • Basic
object.PublicKeyRSA1
The PublicKeyRSA1(object) syntax has these parts:
objectAn expression evaluating to an object of type Keys.

Remarks

PublicKeyRSA1 will return string information that represents stored public key in format suitable for SSH1 servers. It can be used only for RSA keys, since SSH1 server only support RSA cipher authenticaion.

Typically, it will look like this:

1024 35 1491447565979391620804974425532607679275854098033229 ....

You can easily paste contents of this property to file on your server system that keeps public keys (try -/.ssh/authorized_keys).

Platforms

Windows