Back to product page
- Introduction
- License Agreement
- Objects
- Certificate
- Methods
- Properties
- BitCount
- CommonName
- Country
- Data
- FriendlyName
- Handle
- HasPrivateKey
- Issuer
- IssuerCommonName
- IssuerCountry
- IssuerEmail
- IssuerLocality
- IssuerOrganization
- IssuerState
- IssuerText
- IssuerUnit
- Locality
- Organization
- PrivateKey
- PublicKey
- PublicKeyOpenSSH
- PublicKeyRSA1
- PublicKeySSH
- SerialNumber
- SerialNumberDec
- SerialNumberHex
- State
- Text
- Unit
- ValidFrom
- ValidTo
- Version
- Certificates
- CertLocation
- CertStores
- Enumerations
- Certificate
- How to get support?
- Tehnical information
- Error list
PublicKeyOpenSSH property
Returns public key in OpenSSH format.
Type
A String value. Holds OpenSSH formatted public key.Syntax
- Basic
object.PublicKeyOpenSSH
The PublicKeyOpenSSH(object) syntax has these parts:
The PublicKeyOpenSSH(object) syntax has these parts:
object | An expression evaluating to an object of type Certificate. |
Remarks
PublicKeyOpenSSH will return string information that represents stored public key in format suitable for OpenSSH servers. Typically, it will look like this:ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEA8AYkMFyO5RLtAtWh5/NeveIh4vv6l/p1V5gKhfnj8uz36KrEEMn..............
You can easily paste contents of this property to file on your server system that keeps public keys. Usually, this is ~/.ssh/authorized_keys2 file.