Skip to content

review start fo ssh-agent #7

@jbrezmorf

Description

@jbrezmorf

Proposed start of ssh-agent for local passphrases in .bashrc:

env=~/.ssh/agent.env

agent_load_env () { test -f "$env" && . "$env" >| /dev/null ; }

agent_start () {
    (umask 077; ssh-agent >| "$env")
    . "$env" >| /dev/null ; }
  • study meaning of agent.env
  • review initialization of the ssh-agent, at least we should check that it is already running

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions