This plugin provides for an easier use of ssh-agent and gpg-agent.
You can enable or disable ssh-agent support by either setting yes
or no
.
The default is yes
.
zstyle ':zoppo:plugin:agent:ssh' enable 'yes'
The default is no
.
zstyle ':zoppo:plugin:agent:ssh' forwarding 'yes'
You can enable multiple identities.
zstyle ':zoppo:plugin:agent:ssh' identities 'id_rsa' 'id_rsa2' 'id_github'
You can enable or disable gpg-agent by either setting yes
or no
.
The default is no
.
zstyle ':zoppo:plugin:agent:gpg' enable 'yes'