# screen-ssh-agent plugin This plugin enables the `ssh-agent` within a screen session. To enable it, add `screen-ssh-agent` to your plugins: ```zsh plugins=(... screen-ssh-agent) ``` ## Written by Bart Dorlandt [https://github.com/bambam82](https://github.com/bambam82)