Configure you ssh agent to always forward and while your at it reuse existing connections to the same server.
- Open up your ssh config for editing. (ie. vim ~/.ssh/config)
- Add the following entries:
ForwardAgent yes
ControlPath /tmp/m-%l-%r@%h:%p
ControlMaster yes
ControlPersist yes
§
No comments:
Post a Comment