Returns public key in OpenSSH format.
[Visual Basic]
Public ReadOnly Property PublicKeyOpenSSH As String[C#]
public String PublicKeyOpenSSH {get;}[JScript]
public function get PublicKeyOpenSSH : StringPublicKeyOpenSSH 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.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
© WeOnlyDo Software. All Rights Reserved.