Goedel.Mesh.ParseSSH.ParseSSH C# (CSharp) Method

ParseSSH() public method

public ParseSSH ( ) : System
return System
        public ParseSSH () {

            //var KeyPair = KeyFile.DecodePEM("PrivateKey.OpenSSH");

            KeyFile.DecodeAuthHost("authorized_keys.pub");


            //var NewKeyPair = new RSAKeyPair (2048, true);
            //var ReEncode = KeyPair.ToPEM();

            //Console.Write(ReEncode);

            //var KeyPair2 = KeyFile.DecodePEMText(ReEncode);

            }
ParseSSH