Skip to content

Commit

Permalink
Merge pull request #6 from revengel/release-0.1.5
Browse files Browse the repository at this point in the history
fixing readme
  • Loading branch information
revengel authored Mar 19, 2023
2 parents 64074c0 + 823b196 commit f4039ec
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,9 @@ manage ssh-agent

add ssh-key to ssh-agent

Add ssh-key to agent forever:
`gopass-ssh-add --store=ssh-keys agent add path/to/ssh/key`
`gopass-ssh-add --store=ssh-keys agent add path/to/ssh/key` # Add ssh-key to agent forever

Add ssh-key to agent for 5 minutes:
`gopass-ssh-add --store=ssh-keys agent add --time=300 path/to/ssh/key`
`gopass-ssh-add --store=ssh-keys agent add --time=300 path/to/ssh/key` # Add ssh-key to agent for 5 minutes

**--lifetime, --time, -t**="": set a maximum lifetime when adding identities to an agent. (default: 0)

Expand Down

0 comments on commit f4039ec

Please sign in to comment.