Metadata-Version: 1.2
Name: gpg-forward
Version: 0.1.1.dev3
Summary: Forward GPG agent socket to remote host over SSH
Home-page: https://github.com/psliwka/gpg-forward
Author: Piotr Śliwka
Author-email: contact@psliwka.info
License: MIT
Description: gpg-forward - Forward GPG agent over SSH
        ========================================
        
        This utility implements GPG agent socket forwarding over SSH, in a way similar
        to the one described in `GnuPG wiki <https://wiki.gnupg.org/AgentForwarding>`_.
        
        Requiremets
        -----------
        
        - `GnuPG <https://www.gnupg.org/>`_ >= 2.1.1
        - `OpenSSH <https://www.openssh.com/>`_ >= 6.7
        
        Installation
        ------------
        
        TBD
        
        Usage
        -----
        
        .. code:: sh
        
           $ gpg-forward user@target.host.example.com
        
        Credits
        -------
        
        Created by `Piotr Śliwka <https://github.com/psliwka>`_
        
        License
        -------
        
        MIT
        
        
Platform: UNKNOWN
Requires-Python: >3.6
