ssh-agent-forwarding-screen.md SSH agent forwarding and screen When connecting to a remote server via SSH it is often convenient to use SSH agent forwarding so that you don't need a separate keypair on that server for connecting to further servers. This is enabled by adding the ForwardAgent yes option to any of your Host entries in ~/.ssh/config (or alternatively with the -A option). Don't set thi