Back to Setup

Ssh Agent

_partials/ssh_agent.md

latest438 B
Original Source

Disable SSH passphrase prompt

You don't want to be asked for your passphrase every time you communicate with a distant repository. So, you need to add the plugin ssh-agent to oh my zsh:

First, open the .zshrc file:

bash
code ~/.zshrc

Then:

  • Spot the line starting with plugins=
  • Add ssh-agent at the end of the plugins list

:heavy_check_mark: Save the .zshrc file with Ctrl + S and close your text editor.