Back to product page
- Introduction
- Overview
- License agreement
- Getting Started
- Objects
- Enumerations
- wodSSHD
- Methods
- Properties
- Events
- Connecting
- CryptoInformation
- Disconnected
- LoginGSSAPI
- LoginPassword
- LoginPubkey
- PortBindRequest
- PortForwardConnect
- PortForwardDisconnect
- PortForwardRequest
- Received
- ServiceRequest
- ServiceStart
- SftpDeleteFile
- SftpDownloadFile
- SftpFileTransferData
- SftpListDir
- SftpListDirData
- SftpMakeDir
- SftpProgress
- SftpRemoveDir
- SftpRename
- SftpTransferComplete
- SftpUploadFile
- StateChanged
- IwodSSHDNotify
- Methods
- Connecting
- CryptoInformation
- Disconnected
- LoginGSSAPI
- LoginPassword
- LoginPubkey
- PortBindRequest
- PortForwardConnect
- PortForwardDisconnect
- PortForwardRequest
- Received
- ServiceRequest
- ServiceStart
- SftpDeleteFile
- SftpDownloadFile
- SftpFileTransferData
- SftpListDir
- SftpListDirData
- SftpMakeDir
- SftpProgress
- SftpRemoveDir
- SftpRename
- SftpTransferComplete
- SftpUploadFile
- StateChanged
- Methods
- SSHKeyPair
- SSHUser
- SSHUsers
- How to get support
- Technical information
- Fast notifications
- Error list
PublicKeyRSA1 property
Returns RSA public key in SSH1 format.
Type
A String value.Syntax
- Basic
object.PublicKeyRSA1
The PublicKeyRSA1(object) syntax has these parts:
The PublicKeyRSA1(object) syntax has these parts:
object | An expression evaluating to an object of type SSHKeyPair. |
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 servers only support RSA cipher authentication.
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).