logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Git::Raw::Cert::HostKey - Git hostkey class

Author

       Jacques Germishuys <jacquesg@cpan.org>

Description

       A Git::Raw::Cert::HostKey object represents a hostkey.

       WARNING: The API of this module is unstable and may change without warning (any change will be
       appropriately documented in the changelog).

Methods

ssh_types()
       List of hostkey types, valid values include "md5" and/or "sha1".

   sha1()
       SHA-1 hostkey hash or "undef" if not available.

   md5()
       MD5 hostkey hash or "undef" if not available.

Name

       Git::Raw::Cert::HostKey - Git hostkey class

Version

       version 0.90

See Also