PublicKeyOpenSSH Property

See Also

FtpDLX Class  | FtpDLX Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

See Also Requirements Languages WeOnlyDo.Client.FTP Send comments on this topic.

PublicKeyOpenSSH Property

Returns public key in OpenSSH format.

[Visual Basic]
Public ReadOnly Property PublicKeyOpenSSH As String
[C#]
public String PublicKeyOpenSSH {get;}
[JScript]
public function get PublicKeyOpenSSH : String

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.

 

Make sure you set PrivateKey property value before you try to obtain its public key part through this property.

 

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

FtpDLX Class  | FtpDLX Members

 

 


© WeOnlyDo Software. All Rights Reserved.