Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 292 Bytes

ssh.md

File metadata and controls

17 lines (13 loc) · 292 Bytes

SSH

Agent forwarding

Share connections

mkdir -p ~/.ssh/controls
chmod 700 ~/.ssh/controls
echo '
Host *
ControlMaster auto
ControlPath ~/.ssh/controls/%r@%h-%p
ControlPersist 600' >> ~/.ssh/config