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

ssh-agent: autoload identities in one go #7507

Merged
merged 2 commits into from
Jan 14, 2019

Conversation

G33KatWork
Copy link
Contributor

@G33KatWork G33KatWork commented Jan 13, 2019

With this PR the ssh-agent plugin loads all identities which are not yet
loaded in a single call to ssh-add. If a passphrase is shared between
loaded identities it only needs to be entered once.

Fixes #7506

G33KatWork and others added 2 commits January 13, 2019 05:02
With this PR the ssh-agent plugin loads all identities which are not yet
loaded in a single call to ssh-add. If a passphrase is shared between
loaded identities it only needs to be entered once.

Fixes ohmyzsh#7506
@mcornella mcornella merged commit 9329efd into ohmyzsh:master Jan 14, 2019
@mcornella
Copy link
Member

Thanks!

CoRfr added a commit to CoRfr/oh-my-zsh that referenced this pull request Feb 10, 2019
* upstream/master: (336 commits)
  asdf: fix homebrew installation path (ohmyzsh#7582)
  z: refresh $RANDOM's value outside subshell
  theme/gallifrey: set color to red if root (ohmyzsh#6203)
  transfer: add newline after showing the link
  git: properly indent ggfl function (ohmyzsh#7556)
  cake: add README (ohmyzsh#7473)
  ssh-agent: check for loaded id filenames first (ohmyzsh#7521)
  template: change plugins definition to single line (ohmyzsh#7498)
  git: quote branch name in ggpull and ggpush (ohmyzsh#7472)
  misc: remove please alias to sudo
  ssh-agent: add default keys if no zstyle identities were set (ohmyzsh#7520)
  extract: add AAR Android archive support (ohmyzsh#7511)
  installer: make TEST_CURRENT_SHELL use basename (ohmyzsh#7514)
  ssh-agent: autoload identities in one go (ohmyzsh#7507)
  ssh-agent: use key signatures to check loaded ids (ohmyzsh#7504)
  ssh-agent: autoload identities not already loaded (ohmyzsh#7174)
  aws_porfiles regex is catching more lines than profiles, thus breaking completion (ohmyzsh#7469)
  Provide even spacing between marks (ohmyzsh#7456)
  added svcat plugin (ohmyzsh#7452)
  Add new vagrant commands (ohmyzsh#7455)
  ...
sgabe pushed a commit to sgabe/oh-my-zsh that referenced this pull request Feb 12, 2019
With this PR the ssh-agent plugin loads all identities which are not yet
loaded in a single call to ssh-add. If a passphrase is shared between
loaded identities it only needs to be entered once.

Fixes ohmyzsh#7506
stonetao pushed a commit to stonetao/oh-my-zsh that referenced this pull request Apr 7, 2019
With this PR the ssh-agent plugin loads all identities which are not yet
loaded in a single call to ssh-add. If a passphrase is shared between
loaded identities it only needs to be entered once.

Fixes ohmyzsh#7506
atsuya pushed a commit to atsuya/oh-my-zsh that referenced this pull request Jun 9, 2019
With this PR the ssh-agent plugin loads all identities which are not yet
loaded in a single call to ssh-add. If a passphrase is shared between
loaded identities it only needs to be entered once.

Fixes ohmyzsh#7506
dukegod pushed a commit to dukegod/oh-my-zsh that referenced this pull request Jul 16, 2019
With this PR the ssh-agent plugin loads all identities which are not yet
loaded in a single call to ssh-add. If a passphrase is shared between
loaded identities it only needs to be entered once.

Fixes ohmyzsh#7506
chihchun pushed a commit to chihchun/oh-my-zsh that referenced this pull request Aug 6, 2019
With this PR the ssh-agent plugin loads all identities which are not yet
loaded in a single call to ssh-add. If a passphrase is shared between
loaded identities it only needs to be entered once.

Fixes ohmyzsh#7506
sgpthomas pushed a commit to sgpthomas/oh-my-zsh that referenced this pull request Nov 22, 2019
With this PR the ssh-agent plugin loads all identities which are not yet
loaded in a single call to ssh-add. If a passphrase is shared between
loaded identities it only needs to be entered once.

Fixes ohmyzsh#7506
lewg pushed a commit to lewg/oh-my-zsh that referenced this pull request Nov 25, 2019
With this PR the ssh-agent plugin loads all identities which are not yet
loaded in a single call to ssh-add. If a passphrase is shared between
loaded identities it only needs to be entered once.

Fixes ohmyzsh#7506
spiliopoulos pushed a commit to spiliopoulos/zsh-config that referenced this pull request Jun 17, 2020
With this PR the ssh-agent plugin loads all identities which are not yet
loaded in a single call to ssh-add. If a passphrase is shared between
loaded identities it only needs to be entered once.

Fixes ohmyzsh#7506
crdant referenced this pull request in crdant/oh-my-zsh-custom Dec 30, 2020
With this PR the ssh-agent plugin loads all identities which are not yet
loaded in a single call to ssh-add. If a passphrase is shared between
loaded identities it only needs to be entered once.

Fixes #7506
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants