Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simpler way to share SSH keys from non-Linux hosts #103

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    303c519 View commit details
    Browse the repository at this point in the history
  2. Fix loading of environment config

    The previous method would throw away config set via the command line
    such as the passphrase entered with "--prompt-for-passphrase".
    simonbru committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    a9ba7b2 View commit details
    Browse the repository at this point in the history
  3. Prompt for SSH passphrase when necessary

    Automatically prompt the user for its passphrase when connecting to a
    remote host using an encrypted SSH key and no agent.
    The passphrase is remembered until the end of the session.
    This mimicks the behavior of fabric v1.
    
    Note that commands called from the fabfile (git, rsync, scp) will still
    ask for the passphrase everytime.
    simonbru committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    04ebd9c View commit details
    Browse the repository at this point in the history